Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c328 uint32_t clkreg; in bhnd_pwrctl_slowclk_src() local
336 clkreg = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL); in bhnd_pwrctl_slowclk_src()
337 clksrc = clkreg & CHIPC_SCC_SS_MASK; in bhnd_pwrctl_slowclk_src()
/freebsd/sys/dev/bce/
H A Dif_bce.c1265 u32 clkreg; in bce_attach() local
1269 clkreg = REG_RD(sc, BCE_PCICFG_PCI_CLOCK_CONTROL_BITS); in bce_attach()
1271 clkreg &= BCE_PCICFG_PCI_CLOCK_CONTROL_BITS_PCI_CLK_SPD_DET; in bce_attach()
1272 switch (clkreg) { in bce_attach()