Home
last modified time | relevance | path

Searched refs:SDHCI_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/mmc/host/
Dsdhci-iproc.c52 } else if ((reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) && in sdhci_iproc_readw()
117 SDHCI_BLOCK_SIZE); in sdhci_iproc_writew()
122 } else if ((reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) && in sdhci_iproc_writew()
136 } else if (reg == SDHCI_BLOCK_SIZE || reg == SDHCI_BLOCK_COUNT) { in sdhci_iproc_writew()
Dsdhci.h30 #define SDHCI_BLOCK_SIZE 0x04 macro
Dsdhci.c62 sdhci_readw(host, SDHCI_BLOCK_SIZE), in sdhci_dumpregs()
1108 SDHCI_BLOCK_SIZE); in sdhci_set_block_info()
2830 sdhci_writew(host, SDHCI_MAKE_BLKSZ(b, 128), SDHCI_BLOCK_SIZE); in sdhci_send_tuning()
2832 sdhci_writew(host, SDHCI_MAKE_BLKSZ(b, 64), SDHCI_BLOCK_SIZE); in sdhci_send_tuning()
3944 SDHCI_BLOCK_SIZE); in sdhci_cqe_enable()
Dsdhci-of-esdhc.c275 if (spec_reg == SDHCI_BLOCK_SIZE) { in esdhc_writew_fixup()
Dsdhci-esdhc-imx.c772 case SDHCI_BLOCK_SIZE: in esdhc_writew_le()