Searched refs:sc_hclk (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arm/ep93xx/
H A Deppcicvar.h59 uint32_t sc_hclk; member in struct:eppcic_softc
H A Depsocvar.h52 uint32_t sc_hclk; member in struct:epsoc_softc
H A Depsoc.c153 sc->sc_hclk = hclk;
165 sa.sa_hclk = sc->sc_hclk;
H A Deppcic.c163 sc->sc_hclk = sa->sa_hclk;
599 int period = 1000000000 / sc->sc_hclk;
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2xx0var.h57 int sc_hclk; /* AHB bus clock */ member in struct:s3c2xx0_softc
H A Ds3c2800.c150 sc->sc_sx.sc_fclk / 1000000, sc->sc_sx.sc_hclk / 1000000,
199 * fill sc_pclk, sc_hclk, sc_fclk from values of clock controller register.
236 &sc->sc_fclk, &sc->sc_hclk, &sc->sc_pclk);
H A Ds3c2410.c156 sc->sc_sx.sc_fclk / 1000000, sc->sc_sx.sc_hclk / 1000000,
200 * fill sc_pclk, sc_hclk, sc_fclk from values of clock controller register.
238 &sc->sc_fclk, &sc->sc_hclk, &sc->sc_pclk);
H A Ds3c2440.c186 sc->sc_sx.sc_fclk / 1000000, sc->sc_sx.sc_hclk / 1000000,
232 * fill sc_pclk, sc_hclk, sc_fclk from values of clock controller register.
299 &sc->sc_fclk, &sc->sc_hclk, &sc->sc_pclk);
H A Ds3c24x0_lcd.c101 int hclk = s3c2xx0_softc->sc_hclk;

Completed in 203 milliseconds