Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwi.c1106 uint32_t clk_ctrl, clk_src; in bwi_set_clock_mode() local
1130 clk_ctrl = CSR_READ_4(sc, BWI_CLOCK_CTRL); in bwi_set_clock_mode()
1131 clk_src = __SHIFTOUT(clk_ctrl, BWI_CLOCK_CTRL_CLKSRC); in bwi_set_clock_mode()
1135 clk_ctrl &= ~BWI_CLOCK_CTRL_SLOW; in bwi_set_clock_mode()
1136 clk_ctrl |= BWI_CLOCK_CTRL_IGNPLL; in bwi_set_clock_mode()
1139 clk_ctrl |= BWI_CLOCK_CTRL_SLOW; in bwi_set_clock_mode()
1142 clk_ctrl &= ~(BWI_CLOCK_CTRL_SLOW | in bwi_set_clock_mode()
1146 clk_ctrl |= BWI_CLOCK_CTRL_NODYN; in bwi_set_clock_mode()
1151 CSR_WRITE_4(sc, BWI_CLOCK_CTRL, clk_ctrl); in bwi_set_clock_mode()