Searched refs:SDHCI_MAKE_BLKSZ (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mmc/host/ |
D | sdhci.h | 31 #define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF)) macro
|
D | sdhci.c | 1112 SDHCI_MAKE_BLKSZ(host->sdma_boundary, data->blksz), in sdhci_set_block_info() 2835 sdhci_writew(host, SDHCI_MAKE_BLKSZ(b, 128), SDHCI_BLOCK_SIZE); in sdhci_send_tuning() 2837 sdhci_writew(host, SDHCI_MAKE_BLKSZ(b, 64), SDHCI_BLOCK_SIZE); in sdhci_send_tuning() 3948 sdhci_writew(host, SDHCI_MAKE_BLKSZ(host->sdma_boundary, 512), in sdhci_cqe_enable()
|
D | sdhci-of-esdhc.c | 281 ret &= (~SDHCI_MAKE_BLKSZ(0x7, 0)); in esdhc_writew_fixup()
|
D | sdhci-esdhc-imx.c | 774 val &= ~SDHCI_MAKE_BLKSZ(0x7, 0); in esdhc_writew_le()
|