Lines Matching refs:fifo_depth
995 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
996 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1025 u32 blksz_depth, fifo_depth; in dw_mci_ctrl_thld() local
1056 fifo_depth = host->fifo_depth; in dw_mci_ctrl_thld()
1058 if (blksz_depth > fifo_depth) in dw_mci_ctrl_thld()
2546 unsigned int fifo_depth = host->fifo_depth; in dw_mci_write_data_pio() local
2559 fcnt = ((fifo_depth - in dw_mci_write_data_pio()
3109 if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth)) in dw_mci_parse_dt()
3285 if (!host->pdata->fifo_depth) { in dw_mci_probe()
3295 fifo_size = host->pdata->fifo_depth; in dw_mci_probe()
3297 host->fifo_depth = fifo_size; in dw_mci_probe()