Home
last modified time | relevance | path

Searched refs:SDHCI_BLOCK_COUNT (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-iproc.c62 } else if ((reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) && in sdhci_iproc_readw()
132 } else if ((reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) && in sdhci_iproc_writew()
146 } else if (reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) { in sdhci_iproc_writew()
H A Dsdhci.h34 #define SDHCI_BLOCK_COUNT 0x06 macro
H A Dsdhci-sprd.c137 if (unlikely(reg == SDHCI_BLOCK_COUNT)) in sdhci_sprd_writew()
H A Dsdhci.c66 sdhci_readw(host, SDHCI_BLOCK_COUNT)); in sdhci_dumpregs()
1073 if (sdhci_readw(host, SDHCI_BLOCK_COUNT)) in sdhci_set_block_info()
1074 sdhci_writew(host, 0, SDHCI_BLOCK_COUNT); in sdhci_set_block_info()
1077 sdhci_writew(host, data->blocks, SDHCI_BLOCK_COUNT); in sdhci_set_block_info()
H A Dsdhci-of-esdhc.c1222 sdhci_readw(host, SDHCI_BLOCK_COUNT) && in esdhc_irq()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h26 #define SDHCI_BLOCK_COUNT 0x06 macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c257 sdhci_writew(host, data->blocks, SDHCI_BLOCK_COUNT);