Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_rtwn.c1279 reg |= R92C_SYS_FUNC_EN_BB_GLB_RST; in rtwn_pci_92c_stop()
1281 reg &= ~R92C_SYS_FUNC_EN_BB_GLB_RST; in rtwn_pci_92c_stop()
1413 ~(R92C_SYS_FUNC_EN_BB_GLB_RST)); in rtwn_pci_23a_stop()
1828 R92C_SYS_FUNC_EN_BB_GLB_RST)); in rtwn_88e_power_on()
2186 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in rtwn_bb_init()
2197 R92C_SYS_FUNC_EN_PPLL | R92C_SYS_FUNC_EN_BB_GLB_RST | in rtwn_bb_init()
/openbsd/sys/dev/usb/
H A Dif_urtwn.c1933 R92C_SYS_FUNC_EN_BB_GLB_RST)); in urtwn_r88e_power_on()
2343 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in urtwn_bb_init()
2353 R92C_SYS_FUNC_EN_BB_GLB_RST | R92C_SYS_FUNC_EN_BBRSTB); in urtwn_bb_init()
/openbsd/sys/dev/ic/
H A Dr92creg.h276 #define R92C_SYS_FUNC_EN_BB_GLB_RST 0x0002 macro