Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Ddw_mmc.c716 static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; in dw_mci_prepare_desc32()
731 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; in dw_mci_idmac_start_dma()
904 static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; in dw_mci_pre_dma_transfer()
908 int idx = ARRAY_SIZE(mszs) - 1; in dw_mci_pre_dma_transfer()
925 if (!((blksz_depth % mszs[idx]) || in dw_mci_pre_req()
926 (tx_wmark_invers % mszs[idx]))) { in dw_mci_pre_req()
928 rx_wmark = mszs[idx] - 1; in dw_mci_pre_req()
782 static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; dw_mci_edmac_start_dma() local
992 static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; dw_mci_adjust_fifoth() local