Home
last modified time | relevance | path

Searched refs:SDHCI_BLOCK_SIZE (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()
127 SDHCI_BLOCK_SIZE); in sdhci_iproc_writew()
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.h31 #define SDHCI_BLOCK_SIZE 0x04 macro
H A Dsdhci.c65 sdhci_readw(host, SDHCI_BLOCK_SIZE), in sdhci_dumpregs()
1066 SDHCI_BLOCK_SIZE); in sdhci_set_block_info()
2735 sdhci_writew(host, SDHCI_MAKE_BLKSZ(b, 128), SDHCI_BLOCK_SIZE); in sdhci_send_tuning()
2737 sdhci_writew(host, SDHCI_MAKE_BLKSZ(b, 64), SDHCI_BLOCK_SIZE); in sdhci_send_tuning()
3831 SDHCI_BLOCK_SIZE); in sdhci_cqe_enable()
H A Dsdhci-of-esdhc.c275 if (spec_reg == SDHCI_BLOCK_SIZE) { in esdhc_writew_fixup()
H A Dsdhci-esdhc-imx.c713 case SDHCI_BLOCK_SIZE: in esdhc_writew_le()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c256 SDHCI_BLOCK_SIZE);
597 sdhci_writew(host, SDHCI_MAKE_BLKSZ(7, 128), SDHCI_BLOCK_SIZE);
599 sdhci_writew(host, SDHCI_MAKE_BLKSZ(7, 64), SDHCI_BLOCK_SIZE);
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h23 #define SDHCI_BLOCK_SIZE 0x04 macro