Searched refs:bus_hz (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_var.h70 uint32_t bus_hz; member in struct:dwmmc_softc
H A Ddwmmc_hisi.c71 sc->bus_hz = 24000000; /* 24MHz */
H A Ddwmmc.c445 if (sc->bus_hz == 0) {
449 sc->bus_hz = dts_value[0];
612 sc->host.f_max = min(200000000, sc->bus_hz);
645 div = (sc->bus_hz != freq) ? DIV_ROUND_UP(sc->bus_hz, 2 * freq) : 0;

Completed in 51 milliseconds