Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c53 } else if ((reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) && in sdhci_iproc_readw()
123 } else if ((reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) && in sdhci_iproc_writew()
137 } else if (reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) { in sdhci_iproc_writew()
H A Dsdhci.h33 #define SDHCI_BLOCK_COUNT 0x06 macro
H A Dsdhci-sprd.c152 if (unlikely(reg == SDHCI_BLOCK_COUNT)) in sdhci_sprd_writew()
H A Dsdhci.c63 sdhci_readw(host, SDHCI_BLOCK_COUNT)); in sdhci_dumpregs()
1106 if (sdhci_readw(host, SDHCI_BLOCK_COUNT)) in sdhci_set_block_info()
1107 sdhci_writew(host, 0, SDHCI_BLOCK_COUNT); in sdhci_set_block_info()
1110 sdhci_writew(host, data->blocks, SDHCI_BLOCK_COUNT); in sdhci_set_block_info()
H A Dsdhci-of-esdhc.c1227 sdhci_readw(host, SDHCI_BLOCK_COUNT) && in esdhc_irq()
/openbmc/u-boot/drivers/mmc/
H A Dzynq_sdhci.c132 sdhci_writew(host, data.blocks, SDHCI_BLOCK_COUNT); in arasan_sdhci_execute_tuning()
H A Dsdhci.c251 sdhci_writew(host, data->blocks, SDHCI_BLOCK_COUNT);
/openbmc/u-boot/include/
H A Dsdhci.h25 #define SDHCI_BLOCK_COUNT 0x06 macro