Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/rtwn/rtl8821a/
HDr21a_chan.c66 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), 0, 0x07); in r21a_bypass_ext_lna_2ghz()
67 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), 0, 0x0700); in r21a_bypass_ext_lna_2ghz()
80 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), in r21a_set_band_2ghz()
82 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), in r21a_set_band_2ghz()
89 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), 0x05, 0x02); in r21a_set_band_2ghz()
90 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), 0x0500, 0x0200); in r21a_set_band_2ghz()
114 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), in r21a_set_band_5ghz()
116 rtwn_bb_setbits(sc, R12A_RFE_PINMUX(0), in r21a_set_band_5ghz()
/freebsd-head/sys/dev/rtwn/rtl8812a/
HDr12a_chan.c679 rtwn_bb_write(sc, R12A_RFE_PINMUX(0), 0x77777777); in r12a_set_band_2ghz()
680 rtwn_bb_write(sc, R12A_RFE_PINMUX(1), 0x77777777); in r12a_set_band_2ghz()
685 rtwn_bb_write(sc, R12A_RFE_PINMUX(0), 0x54337770); in r12a_set_band_2ghz()
686 rtwn_bb_write(sc, R12A_RFE_PINMUX(1), 0x54337770); in r12a_set_band_2ghz()
692 rtwn_bb_write(sc, R12A_RFE_PINMUX(0), 0x77777777); in r12a_set_band_2ghz()
693 rtwn_bb_write(sc, R12A_RFE_PINMUX(1), 0x77777777); in r12a_set_band_2ghz()
698 rtwn_write_1(sc, R12A_RFE_PINMUX(0) + 2, 0x77); in r12a_set_band_2ghz()
699 rtwn_bb_write(sc, R12A_RFE_PINMUX(1), 0x77777777); in r12a_set_band_2ghz()
748 rtwn_bb_write(sc, R12A_RFE_PINMUX(0), 0x77337717); in r12a_set_band_5ghz()
749 rtwn_bb_write(sc, R12A_RFE_PINMUX(1), 0x77337717); in r12a_set_band_5ghz()
[all …]
HDr12a_reg.h133 #define R12A_RFE_PINMUX(chain) (0xcb0 + (chain) * 0x200) macro