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()
2744 unsigned int fifo_depth = host->fifo_depth; in dw_mci_write_data_pio() local
2757 fcnt = ((fifo_depth - in dw_mci_write_data_pio()
3313 if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth)) in dw_mci_parse_dt()
3501 if (!host->pdata->fifo_depth) { in dw_mci_probe()
3511 fifo_size = host->pdata->fifo_depth; in dw_mci_probe()
3513 host->fifo_depth = fifo_size; in dw_mci_probe()