Home
last modified time | relevance | path

Searched refs:bus_hz (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/mmc/
Dgen_atmel_mci.c95 u32 bus_hz = priv->bus_clk_rate; local
101 u32 bus_hz = get_mci_clk_rate();
111 bus_hz, hz, blklen);
114 clkdiv = DIV_ROUND_UP(bus_hz, hz) - 2;
122 bus_hz / (clkdiv * 2 + clkodd + 2), blklen);
126 if ((bus_hz / (clkdiv + 1) / 2) <= hz)
130 (bus_hz / (clkdiv + 1)) / 2, blklen);
135 priv->curr_clk = bus_hz / (clkdiv * 2 + clkodd + 2);
137 priv->curr_clk = (bus_hz / (clkdiv + 1)) / 2;
Dsocfpga_dw_mmc.c91 host->bus_hz = clk; in socfpga_dwmmc_ofdata_to_platdata()
113 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
118 ret = add_dwmci(host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
Dexynos_dw_mmc.c100 if (host->bus_hz) in exynos_dwmci_core_init()
101 freq = host->bus_hz; in exynos_dwmci_core_init()
208 host->bus_hz = fdtdec_get_int(blob, node, "bus_hz", 0); in exynos_dwmci_get_config()
Dftsdc010_mci.h26 unsigned int bus_hz; member
Dhi6220_dw_mmc.c52 host->bus_hz = MMC0_DEFAULT_FREQ; in hi6220_dwmci_add_port()
Ddw_mmc.c338 else if (host->bus_hz)
339 sclk = host->bus_hz;
/external/u-boot/board/synopsys/axs10x/
Daxs10x.c29 host->bus_hz = 50000000; in board_mmc_init()
31 add_dwmci(host, host->bus_hz / 2, 400000); in board_mmc_init()
/external/u-boot/board/synopsys/emdk/
Demdk.c30 host->bus_hz = 50000000; in board_mmc_init()
32 add_dwmci(host, host->bus_hz / 2, 400000); in board_mmc_init()
/external/u-boot/include/
Ddwmmc.h156 unsigned int bus_hz; member
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c1043 host->bus_hz = 50000000; in board_mmc_init()
1045 add_dwmci(host, host->bus_hz / 2, 400000); in board_mmc_init()
/external/u-boot/arch/arm/dts/
Dexynos4412-odroid.dts248 bus_hz = <400000000>;
Dexynos4412-trats2.dts452 bus_hz = <400000000>;