Lines Matching refs:fifo_depth
1002 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
1003 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1032 u32 blksz_depth, fifo_depth; in dw_mci_ctrl_thld() local
1063 fifo_depth = host->fifo_depth; in dw_mci_ctrl_thld()
1065 if (blksz_depth > fifo_depth) in dw_mci_ctrl_thld()
2660 unsigned int fifo_depth = host->fifo_depth; in dw_mci_write_data_pio() local
2673 fcnt = ((fifo_depth - in dw_mci_write_data_pio()
3234 if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth)) in dw_mci_parse_dt()
3417 if (!host->pdata->fifo_depth) { in dw_mci_probe()
3427 fifo_size = host->pdata->fifo_depth; in dw_mci_probe()
3429 host->fifo_depth = fifo_size; in dw_mci_probe()