Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bwi/
HDif_bwireg.h110 #define BWI_CLOCK_CTRL_SLOW __BIT(11) macro
HDif_bwi.c1131 clk_ctrl &= ~BWI_CLOCK_CTRL_SLOW; in bwi_set_clock_mode()
1135 clk_ctrl |= BWI_CLOCK_CTRL_SLOW; in bwi_set_clock_mode()
1138 clk_ctrl &= ~(BWI_CLOCK_CTRL_SLOW | in bwi_set_clock_mode()