Lines Matching refs:fifo_depth
1021 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
1022 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1051 u32 blksz_depth, fifo_depth; in dw_mci_ctrl_thld() local
1082 fifo_depth = host->fifo_depth; in dw_mci_ctrl_thld()
1084 if (blksz_depth > fifo_depth) in dw_mci_ctrl_thld()
2573 unsigned int fifo_depth = host->fifo_depth; in dw_mci_write_data_pio() local
2586 fcnt = ((fifo_depth - in dw_mci_write_data_pio()
3136 if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth)) in dw_mci_parse_dt()
3312 if (!host->pdata->fifo_depth) { in dw_mci_probe()
3322 fifo_size = host->pdata->fifo_depth; in dw_mci_probe()
3324 host->fifo_depth = fifo_size; in dw_mci_probe()