Home
last modified time | relevance | path

Searched refs:fifoth_val (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c229 u32 fifo_depth = (((host->fifoth_val & RX_WMARK_MASK) >> in dwmci_data_transfer()
828 if (!host->fifoth_val) {
833 host->fifoth_val = MSIZE(DWMCI_MSIZE) |
837 dwmci_writel(host, DWMCI_FIFOTH, host->fifoth_val);
H A Dsocfpga_dw_mmc.c93 host->fifoth_val = MSIZE(0x2) | in socfpga_dwmmc_ofdata_to_platdata()
H A Dexynos_dw_mmc.c205 host->fifoth_val = fdtdec_get_int(blob, node, "fifoth_val", 0); in exynos_dwmci_get_config()
H A Drockchip_dw_mmc.c215 host->fifoth_val = MSIZE(DWMCI_MSIZE) | in rockchip_dwmmc_probe()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dexynos5422-odroidxu3.dts264 fifoth_val = <0x201f0020>;
268 fifoth_val = <0x201f0020>;
H A Dexynos4412-odroid.dts255 fifoth_val = <0x203f0040>;
H A Dexynos4412-trats2.dts459 fifoth_val = <0x203f0040>;
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h180 u32 fifoth_val; member
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.c824 u32 fifoth_val; in dw_mci_edmac_start_dma() local
836 fifoth_val = mci_readl(host, FIFOTH); in dw_mci_edmac_start_dma()
837 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; in dw_mci_edmac_start_dma()
1034 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() local
1065 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()
1066 mci_writel(host, FIFOTH, fifoth_val); in dw_mci_adjust_fifoth()
1231 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_submit_data()
3475 host->fifoth_val = in dw_mci_probe()
3477 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_probe()
3639 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_runtime_resume()
H A Ddw_mmc.h201 u32 fifoth_val; member