Searched refs:SDHCI_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-iproc.c | 62 } 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 D | sdhci.h | 31 #define SDHCI_BLOCK_SIZE 0x04 macro
|
| H A D | sdhci.c | 65 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 D | sdhci-of-esdhc.c | 275 if (spec_reg == SDHCI_BLOCK_SIZE) { in esdhc_writew_fixup()
|
| H A D | sdhci-esdhc-imx.c | 713 case SDHCI_BLOCK_SIZE: in esdhc_writew_le()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 256 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 D | sdhci.h | 23 #define SDHCI_BLOCK_SIZE 0x04 macro
|