Home
last modified time | relevance | path

Searched refs:blksz_depth (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.c990 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() local
1009 if (!((blksz_depth % mszs[idx]) || in dw_mci_adjust_fifoth()
1028 u32 blksz_depth, fifo_depth; in dw_mci_ctrl_thld() local
1058 blksz_depth = blksz / (1 << host->data_shift); in dw_mci_ctrl_thld()
1061 if (blksz_depth > fifo_depth) in dw_mci_ctrl_thld()
1065 * If (blksz_depth) >= (fifo_depth >> 1), should be 'thld_size <= blksz' in dw_mci_ctrl_thld()
1066 * If (blksz_depth) < (fifo_depth >> 1), should be thld_size = blksz in dw_mci_ctrl_thld()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.c995 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() local
1014 if (!((blksz_depth % mszs[idx]) || in dw_mci_adjust_fifoth()
1033 u32 blksz_depth, fifo_depth; in dw_mci_ctrl_thld() local
1063 blksz_depth = blksz / (1 << host->data_shift); in dw_mci_ctrl_thld()
1066 if (blksz_depth > fifo_depth) in dw_mci_ctrl_thld()
1070 * If (blksz_depth) >= (fifo_depth >> 1), should be 'thld_size <= blksz' in dw_mci_ctrl_thld()
1071 * If (blksz_depth) < (fifo_depth >> 1), should be thld_size = blksz in dw_mci_ctrl_thld()

Completed in 13 milliseconds