Searched refs:clkreg (Results 1 – 2 of 2) sorted by relevance
328 uint32_t clkreg; in bhnd_pwrctl_slowclk_src() local336 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()
1265 u32 clkreg; in bce_attach() local1269 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()