Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/rtwn/rtl8192c/pci/
HDr92ce_init.c87 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in r92ce_init_bb()
97 R92C_SYS_FUNC_EN_PPLL | R92C_SYS_FUNC_EN_BB_GLB_RST | in r92ce_init_bb()
252 rtwn_setbits_1(sc, R92C_SYS_FUNC_EN, 0, R92C_SYS_FUNC_EN_BB_GLB_RST); in r92ce_power_off()
253 rtwn_setbits_1(sc, R92C_SYS_FUNC_EN, R92C_SYS_FUNC_EN_BB_GLB_RST, 0); in r92ce_power_off()
/freebsd-14-stable/sys/dev/rtwn/rtl8188e/pci/
HDr88ee_init.c60 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in r88ee_init_bb()
67 R92C_SYS_FUNC_EN_BB_GLB_RST | R92C_SYS_FUNC_EN_BBRSTB); in r88ee_init_bb()
106 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST, 0); in r88ee_power_on()
/freebsd-14-stable/sys/dev/rtwn/rtl8188e/usb/
HDr88eu_init.c60 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in r88eu_init_bb()
67 R92C_SYS_FUNC_EN_BB_GLB_RST | R92C_SYS_FUNC_EN_BBRSTB); in r88eu_init_bb()
95 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST, 0)); in r88eu_power_on()
/freebsd-14-stable/sys/dev/rtwn/rtl8192c/usb/
HDr92cu_init.c62 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in r92cu_init_bb()
71 R92C_SYS_FUNC_EN_BB_GLB_RST | R92C_SYS_FUNC_EN_BBRSTB); in r92cu_init_bb()
207 R92C_SYS_FUNC_EN_BB_GLB_RST); in r92cu_power_off()
/freebsd-14-stable/sys/dev/rtwn/rtl8812a/
HDr12a_init.c138 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST); in r12a_init_bb()
360 rtwn_setbits_1(sc, R92C_SYS_FUNC_EN, R92C_SYS_FUNC_EN_BB_GLB_RST, 0); in r12a_power_off()
389 rtwn_setbits_1(sc, R92C_SYS_FUNC_EN, R92C_SYS_FUNC_EN_BB_GLB_RST, 0); in r12a_power_off()
/freebsd-14-stable/sys/dev/rtwn/rtl8192e/
HDr92e_init.c103 R92C_SYS_FUNC_EN_BBRSTB | R92C_SYS_FUNC_EN_BB_GLB_RST | in r92e_init_bb()
320 rtwn_setbits_1(sc, R92C_SYS_FUNC_EN, R92C_SYS_FUNC_EN_BB_GLB_RST, 0); in r92e_power_off()
/freebsd-14-stable/sys/dev/rtwn/rtl8821a/
HDr21a_init.c214 rtwn_setbits_1(sc, R92C_SYS_FUNC_EN, R92C_SYS_FUNC_EN_BB_GLB_RST, 0); in r21a_power_off()
/freebsd-14-stable/sys/dev/rtwn/rtl8192c/
HDr92c_reg.h245 #define R92C_SYS_FUNC_EN_BB_GLB_RST 0x0002 macro