Searched refs:max_clk (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/sdhci/
H A Dsdhci_fdt.c69 uint32_t max_clk; /* Max possible freq */ member in struct:sdhci_fdt_softc
160 sc->max_clk = 0;
181 sc->max_clk = cid;
221 slot->max_clk = sc->max_clk;
H A Dsdhci.c263 clk_base = slot->max_clk;
572 slot->max_clk = freq * 1000000;
575 * hasn't already set max_clk we're probably not going to work right
578 if (slot->max_clk == 0) {
579 slot->max_clk = SDHCI_DEFAULT_MAX_FREQ * 1000000;
585 slot->timeout_clk = slot->max_clk / 1000;
604 slot->host.f_max = slot->max_clk;
639 slot->max_clk / 1000000,
716 return (slot->max_clk / SDHCI_300_MAX_DIVIDER);
718 return (slot->max_clk / SDHCI_200_MAX_DIVIDE
[all...]
H A Dsdhci.h280 uint32_t max_clk; /* Max possible freq */ member in struct:sdhci_slot
/freebsd-11.0-release/sys/arm/nvidia/
H A Dtegra_sdhci.c107 uint32_t max_clk; /* Max possible freq */ member in struct:tegra_sdhci_softc
250 sc->max_clk = cid;
337 sc->max_clk = (int)freq;
364 * in sc->slot.max_clk
369 sc->slot.max_clk = sc->max_clk;
/freebsd-11.0-release/sys/arm/ti/
H A Dti_sdhci.c584 * slot.max_clk to already have the right value in it.
586 sc->slot.max_clk = sc->baseclk_hz;
/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx_sdhci.c316 * register, but we filled it in by setting slot->max_clk at attach time
813 sc->slot.max_clk = sc->baseclk_hz;

Completed in 84 milliseconds