Searched refs:R92C_RSV_CTRL (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/rtl8821a/
H A Dr21a_fw.c64 rtwn_setbits_1(sc, R92C_RSV_CTRL, 0x02, 0);
65 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0x01, 0);
71 rtwn_setbits_1(sc, R92C_RSV_CTRL, 0x02, 0);
72 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0, 0x01);
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_fw.c70 rtwn_setbits_1(sc, R92C_RSV_CTRL, R92C_RSV_CTRL_WLOCK_00, 0);
71 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0x08, 0);
77 rtwn_setbits_1(sc, R92C_RSV_CTRL, R92C_RSV_CTRL_WLOCK_00, 0);
78 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0, 0x08);
/freebsd-12-stable/sys/dev/rtwn/rtl8192e/
H A Dr92e_fw.c70 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0x01, 0);
76 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0, 0x01);
H A Dr92e_init.c334 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0x01, 0);
340 rtwn_setbits_1(sc, R92C_RSV_CTRL + 1, 0, 0x01);
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_init.c92 rtwn_write_1(sc, R92C_RSV_CTRL, 0);
246 reg = rtwn_read_1(sc, R92C_RSV_CTRL + 1);
247 rtwn_write_1(sc, R92C_RSV_CTRL + 1, reg & ~0x08);
248 rtwn_write_1(sc, R92C_RSV_CTRL + 1, reg | 0x08);
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_init.c240 reg = rtwn_read_1(sc, R92C_RSV_CTRL + 1);
241 rtwn_write_1(sc, R92C_RSV_CTRL + 1, reg & ~0x08);
242 rtwn_write_1(sc, R92C_RSV_CTRL + 1, reg | 0x08);
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c129 rtwn_write_1(sc, R92C_RSV_CTRL, 0);
275 rtwn_write_1(sc, R92C_RSV_CTRL, 0x0e);
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_init.c169 rtwn_setbits_1(sc, R92C_RSV_CTRL, 0, 0x60);
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c105 RTWN_CHK(rtwn_write_1(sc, R92C_RSV_CTRL, 0));
317 rtwn_write_1(sc, R92C_RSV_CTRL, 0x0E);
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_reg.h36 #define R92C_RSV_CTRL 0x01c macro
303 /* Bits for R92C_RSV_CTRL. */

Completed in 115 milliseconds