Home
last modified time | relevance | path

Searched refs:ext_pa_2g (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rom.c164 rs->ext_pa_2g = R12A_ROM_IS_PA_EXT_2GHZ(pa_type); in r12a_parse_rom()
172 if (rs->ext_pa_2g) { in r12a_parse_rom()
196 if (rs->ext_pa_2g && rs->ext_lna_2g) in r12a_parse_rom()
209 rs->ext_pa_2g && rs->ext_lna_2g && in r12a_parse_rom()
H A Dr12a_init.c72 "%d/%d (5 GHz)\n", __func__, cond[0], rs->ext_pa_2g, in r12a_check_condition()
78 if (!rs->ext_pa_2g && !rs->ext_lna_2g && in r12a_check_condition()
83 if (rs->ext_pa_2g) { in r12a_check_condition()
/freebsd/sys/dev/rtwn/rtl8821a/
H A Dr21a_rom.c72 rs->ext_pa_2g = R21A_ROM_IS_PA_EXT_2GHZ(pa_type); in r21a_parse_rom()
H A Dr21a_init.c304 if (!rs->ext_pa_2g && !rs->ext_lna_2g && in r21a_check_condition()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.h1786 bool ext_pa_2g;
1773 bool ext_pa_2g; global() member
H A Dmain.c2049 efuse->ext_pa_2g = efuse->pa_type_2g & BIT(4) ? 1 : 0; in rtw_chip_efuse_info_setup()