Home
last modified time | relevance | path

Searched refs:CHIPC_PLL_SLOWCLK_CTL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c336 clkreg = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL); in bhnd_pwrctl_slowclk_src()
373 div = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL); in bhnd_pwrctl_slowclk_freq()
505 scc = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL); in bhnd_pwrctl_setclk()
526 bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc); in bhnd_pwrctl_setclk()
540 bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc); in bhnd_pwrctl_setclk()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h114 #define CHIPC_PLL_SLOWCLK_CTL 0xB8 /* "slowclock" (rev 6-9) */ macro