Searched refs:max_clk (Results 1 – 9 of 9) sorted by relevance
107 uint32_t max_clk; /* Max possible freq */ member255 sc->max_clk = cid; in tegra_sdhci_probe()341 sc->max_clk = (int)freq; in tegra_sdhci_attach()373 sc->slot.max_clk = sc->max_clk; in tegra_sdhci_attach()
391 sc->max_clk = 0; in sdhci_fdt_attach()399 sc->max_clk = cid; in sdhci_fdt_attach()434 slot->max_clk = sc->max_clk; in sdhci_fdt_attach()
35 uint32_t max_clk; /* Max possible freq */ member
297 slot->max_clk / 1000000, in sdhci_dumpcaps_buf()430 clk_base = slot->max_clk; in sdhci_set_clock()916 slot->max_clk = freq * 1000000;922 if (slot->max_clk == 0) {923 slot->max_clk = SDHCI_DEFAULT_MAX_FREQ * 1000000;930 slot->timeout_clk = slot->max_clk / 1000;951 slot->host.f_max = slot->max_clk;1314 return (slot->max_clk / SDHCI_300_MAX_DIVIDER);1316 return (slot->max_clk / SDHCI_200_MAX_DIVIDER);2548 max_clock = slot->max_clk;[all …]
524 sc->slot->max_clk = XENON_MMC_MAX_CLK; in sdhci_xenon_attach()526 sc->slot->max_clk = sc->slot->host.f_max; in sdhci_xenon_attach()
367 uint32_t max_clk; /* Max possible freq */ member
905 sc->slot.max_clk = sc->baseclk_hz; in fsl_sdhci_attach()
973 sc->slot.max_clk = sc->maxclk_hz; in sdhci_fsl_fdt_attach()
621 sc->slot.max_clk = sc->baseclk_hz; in ti_sdhci_attach()