Lines Matching refs:fifo_depth
1004 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
1005 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1034 u32 blksz_depth, fifo_depth; in dw_mci_ctrl_thld() local
1065 fifo_depth = host->fifo_depth; in dw_mci_ctrl_thld()
1067 if (blksz_depth > fifo_depth) in dw_mci_ctrl_thld()
2656 unsigned int fifo_depth = host->fifo_depth; in dw_mci_write_data_pio() local
2669 fcnt = ((fifo_depth - in dw_mci_write_data_pio()
3230 if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth)) in dw_mci_parse_dt()
3405 if (!host->pdata->fifo_depth) { in dw_mci_probe()
3415 fifo_size = host->pdata->fifo_depth; in dw_mci_probe()
3417 host->fifo_depth = fifo_size; in dw_mci_probe()