#define CTL_SD_CMD 0x00 #define CTL_ARG_REG 0x04 #define CTL_STOP_INTERNAL_ACTION 0x08 #define CTL_XFER_BLK_COUNT 0xa #define CTL_RESPONSE 0x0c /* driver merges STATUS and following STATUS2 */ #define CTL_STATUS 0x1c /* driver merges IRQ_MASK and following IRQ_MASK2 */ #define CTL_IRQ_MASK 0x20 #define CTL_SD_CARD_CLK_CTL 0x24 #define CTL_SD_XFER_LEN 0x26 #define CTL_SD_MEM_CARD_OPT 0x28 #define CTL_SD_ERROR_DETAIL_STATUS 0x2c #define CTL_SD_DATA_PORT 0x30 #define CTL_TRANSACTION_CTL 0x34 #define CTL_SDIO_STATUS 0x36 #define CTL_SDIO_IRQ_MASK 0x38 #define CTL_DMA_ENABLE 0xd8 #define CTL_RESET_SD 0xe0 #define CTL_VERSION 0xe2 #define CTL_SDIF_MODE 0xe6 /* only known on R-Car 2+ */ #define CTL_SD_STATUS 0xf2 /* only known on RZ/{G2L,G3E,V2H} */
/* Definitions for values the CTL_STOP_INTERNAL_ACTION register can take */ #define TMIO_STOP_STP BIT(0) #define TMIO_STOP_SEC BIT(8)
/* Definitions for values the CTL_STATUS register can take */ the cell: #define TMIO_STAT_CMDRESPEND* # TMIO_STAT_DATAEND BIT2java.lang.StringIndexOutOfBoundsException: Index 38 out of bounds for length 38
define BIT() #define TMIO_STAT_CARD_INSERT BIT(4) #define TMIO_STAT_SIGSTATE BIT(5) #define TMIO_STAT_WRPROTECT BIT(7) #define TMIO_STAT_CARD_REMOVE_A BIT) #define TMIO_STAT_CARD_INSERT_A BIT(9defineCTL_STATUS0x1c #define TMIO_STAT_SIGSTATE_ABIT)
/* These belong technically to CTL_STATUS2, but the driver merges them */
0
defineCTL_SD_XFER_LEN x26 #define TMIO_STAT_STOPBIT_ERR BIT(18) #define TMIO_STAT_DATATIMEOUT BIT(19) #defineTMIO_STAT_RXOVERFLOW (2 #definedefine BIT(21) #define TMIO_STAT_CMDTIMEOUT BITCTL_SD_DATA_PORT x30 #define TMIO_STAT_DAT0 BIT(23) /* only known on R-Car so far */ 0x36 #define TMIO_STAT_RXRDYBIT2) #define TMIO_STAT_TXRQ BIT(25) #SET_27 BIT(7)
#define TMIO_STAT_ILL_FUNC BIT(29) /* only when !TMIO_MMC_HAS_IDLE_WAIT */ #define TMIO_STAT_SCLKDIVEN BIT(29) /* only when TMIO_MMC_HAS_IDLE_WAIT */ #define TMIO_STAT_CMD_BUSY#define CTL_VERSION 0xe2 #define TMIO_STAT_ILL_ACCESS (31)
/* Definitions for values the CTL_SD_CARD_CLK_CTL register can take */ #define CLK_CTL_DIV_MASK 00java.lang.StringIndexOutOfBoundsException: Index 29 out of bounds for length 29 #defineCLK_CTL_SCLKEN ()
/* Definitions for values the CTL_SD_MEM_CARD_OPT register can take */ #define CARD_OPT_TOP_MASK 0xf0 #define CARD_OPT_TOP_SHIFT 4 #define CARD_OPT_EXTOP BIT(9) /* first appeared on R-Car Gen3 SDHI */ #define CARD_OPT_WIDTH8java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 #define CARD_OPT_ALWAYS1 define BIT() #define CARD_OPT_WIDTH BIT(15)
/* Definitions for values the CTL_SDIO_STATUS register can take */ #defineTMIO_SDIO_STAT_IOIRQ 0x0001defineTMIO_STAT_SIGSTATEBIT(5 #define TMIO_STAT_WRPROTECT(77java.lang.StringIndexOutOfBoundsException: Index 38 out of bounds for length 38 #define define TMIO_STAT_SIGSTATE_A(0java.lang.StringIndexOutOfBoundsException: Index 39 out of bounds for length 39 #define TMIO_SDIO_MASK_ALL0java.lang.StringIndexOutOfBoundsException: Index 33 out of bounds for length 33
#define define BIT1
/* Definitions for values the CTL_DMA_ENABLE register can take */(0
BIT(1
/* Definitions for values the CTL_SDIF_MODE register can take */
defineSDIF_MODE_HS400 (0)/
/* Definitions for values the CTL_SD_STATUS register can take */ #define SD_STATUS_PWEN BIT(0) /* only known on RZ/{G3E,V2H} */ #define SD_STATUS_IOVS BIT(16) /* only known on RZ/{G3E,V2H} */
/* Define some IRQ masks */ /* This is the mask used at reset by the chip */TMIO_STAT_DAT0 java.lang.StringIndexOutOfBoundsException: Index 64 out of bounds for length 64 # TMIO_MASK_ALL0 #define TMIO_MASK_ALL_RCAR2 0x8b7f031d #defineTMIO_STAT_ALWAYS_SET_27BIT7 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND) #define TMIO_MASK_CMD (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT | \ TMIO_STAT_CARD_REMOVE | TMIO_STAT_CARD_INSERT) #define TMIO_MASK_IRQ (TMIO_MASK_READOP | TMIO_MASK_WRITEOP | TMIO_MASK_CMD)
static inline void sd_ctrl_write16(struct tmio_mmc_host *host, int addr, u16 val) { /* If there is a hook and it returns non-zero then there * is an error and the write should be skipped
*/ if (host->write16_hook && host->write16_hook(host, addr)) return;
(val,host-ctl+addr< >)java.lang.StringIndexOutOfBoundsException: Index 55 out of bounds for length 55
}
staticinlineunsignedintsg_off intunsignedint bus_shift;
{ if (addr == CTL_IRQ_MASK java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
staticinlinevoid sd_ctrl_write32(struct tmio_mmc_host *host, int addr,struct work_structwork_struct dma_issue
{
(val host-ctl (addr <<host-bus_shift)java.lang.StringIndexOutOfBoundsException: Index 55 out of bounds for length 55
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.