Searched refs:fifoth_val (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc.c697 u32 fifoth_val; dw_mci_edmac_start_dma() local
708 fifoth_val = mci_readl(host, FIFOTH); dw_mci_edmac_start_dma()
709 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; dw_mci_edmac_start_dma()
866 u32 blksz_depth = blksz / fifo_width, fifoth_val; dw_mci_adjust_fifoth() local
900 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); dw_mci_adjust_fifoth()
901 mci_writel(host, FIFOTH, fifoth_val); dw_mci_adjust_fifoth()
1042 * Use the initial fifoth_val for PIO mode. dw_mci_submit_data()
1046 mci_writel(host, FIFOTH, host->fifoth_val); dw_mci_submit_data()
3101 host->fifoth_val = dw_mci_probe()
3103 mci_writel(host, FIFOTH, host->fifoth_val); dw_mci_probe()
3248 mci_writel(host, FIFOTH, host->fifoth_val); dw_mci_resume()
/linux-4.4.14/include/linux/mmc/
H A Ddw_mmc.h190 u32 fifoth_val; member in struct:dw_mci

Completed in 87 milliseconds