Searched refs:R12A_RFE_INV (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_chan.c | 491 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x3ff00000, 0); in r12a_set_band_2ghz() 492 rtwn_bb_setbits(sc, R12A_RFE_INV(1), 0x3ff00000, 0); in r12a_set_band_2ghz() 497 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x3ff00000, 0x01000000); in r12a_set_band_2ghz() 498 rtwn_bb_setbits(sc, R12A_RFE_INV(1), 0x3ff00000, 0x01000000); in r12a_set_band_2ghz() 504 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x3ff00000, 0x00100000); in r12a_set_band_2ghz() 505 rtwn_bb_setbits(sc, R12A_RFE_INV(1), 0x3ff00000, 0x00100000); in r12a_set_band_2ghz() 510 rtwn_setbits_1(sc, R12A_RFE_INV(0) + 3, 0x01, 0); in r12a_set_band_2ghz() 511 rtwn_bb_setbits(sc, R12A_RFE_INV(1), 0x3ff00000, 0); in r12a_set_band_2ghz() 560 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x3ff00000, 0x01000000); in r12a_set_band_5ghz() 561 rtwn_bb_setbits(sc, R12A_RFE_INV(1), 0x3ff00000, 0x01000000); in r12a_set_band_5ghz() [all …]
|
H A D | r12a_reg.h | 129 #define R12A_RFE_INV(chain) (0xcb4 + (chain) * 0x200) macro
|
/freebsd/sys/dev/rtwn/rtl8821a/ |
H A D | r21a_chan.c | 64 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x00100000, 0); in r21a_bypass_ext_lna_2ghz() 65 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x00400000, 0); in r21a_bypass_ext_lna_2ghz() 87 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0, 0x00100000); in r21a_set_band_2ghz() 88 rtwn_bb_setbits(sc, R12A_RFE_INV(0), 0x00400000, 0); in r21a_set_band_2ghz()
|