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

/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt.c66 uint32_t max_clk; /* Max possible freq */ member in struct:sdhci_fdt_softc
179 sc->max_clk = 0;
200 sc->max_clk = cid;
245 slot->max_clk = sc->max_clk;
H A Dsdhci.c334 clk_base = slot->max_clk;
775 slot->max_clk = freq * 1000000;
778 * hasn't already set max_clk we're probably not going to work right
781 if (slot->max_clk == 0) {
782 slot->max_clk = SDHCI_DEFAULT_MAX_FREQ * 1000000;
789 slot->timeout_clk = slot->max_clk / 1000;
810 slot->host.f_max = slot->max_clk;
981 slot->max_clk / 1000000,
1120 return (slot->max_clk / SDHCI_300_MAX_DIVIDER);
1122 return (slot->max_clk / SDHCI_200_MAX_DIVIDE
[all...]
H A Dsdhci.h365 uint32_t max_clk; /* Max possible freq */ member in struct:sdhci_slot
H A Dfsl_sdhci.c322 * register, but we filled it in by setting slot->max_clk at attach time
916 sc->slot.max_clk = sc->baseclk_hz;
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_sdhci.c106 uint32_t max_clk; /* Max possible freq */ member in struct:tegra_sdhci_softc
257 sc->max_clk = cid;
342 sc->max_clk = (int)freq;
369 * in sc->slot.max_clk
374 sc->slot.max_clk = sc->max_clk;
/freebsd-11-stable/sys/arm/ti/
H A Dti_sdhci.c587 * slot.max_clk to already have the right value in it.
589 sc->slot.max_clk = sc->baseclk_hz;

Completed in 60 milliseconds