Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_rtwn.c1337 ~(R92C_SYS_FUNC_EN_BBRSTB)); in rtwn_pci_88e_stop()
1409 ~(R92C_SYS_FUNC_EN_BBRSTB)); in rtwn_pci_23a_stop()
1827 rtwn_pci_read_1(sc, R92C_SYS_FUNC_EN) & ~(R92C_SYS_FUNC_EN_BBRSTB | in rtwn_88e_power_on()
2186 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in rtwn_bb_init()
2198 R92C_SYS_FUNC_EN_BBRSTB); in rtwn_bb_init()
/openbsd/src/sys/dev/usb/
Dif_urtwn.c1931 urtwn_read_1(sc, R92C_SYS_FUNC_EN) & ~(R92C_SYS_FUNC_EN_BBRSTB | in urtwn_r88e_power_on()
2342 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in urtwn_bb_init()
2352 R92C_SYS_FUNC_EN_BB_GLB_RST | R92C_SYS_FUNC_EN_BBRSTB); in urtwn_bb_init()
/openbsd/src/sys/dev/ic/
Dr92creg.h275 #define R92C_SYS_FUNC_EN_BBRSTB 0x0001 macro