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

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c331 uint32_t clkreg; local
339 clkreg = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
340 clksrc = clkreg & CHIPC_SCC_SS_MASK;
/freebsd-12-stable/sys/dev/bce/
H A Dif_bce.c1294 u32 clkreg; local
1298 clkreg = REG_RD(sc, BCE_PCICFG_PCI_CLOCK_CONTROL_BITS);
1300 clkreg &= BCE_PCICFG_PCI_CLOCK_CONTROL_BITS_PCI_CLK_SPD_DET;
1301 switch (clkreg) {

Completed in 172 milliseconds