Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c200 bool *fix_giltf_en, u8 *fix_giltf) in rtw89_phy_ra_gi_ltf() argument
213 *fix_giltf = RTW89_GILTF_LGI_4XHE32; in rtw89_phy_ra_gi_ltf()
215 *fix_giltf = RTW89_GILTF_SGI_4XHE08; in rtw89_phy_ra_gi_ltf()
217 *fix_giltf = RTW89_GILTF_2XHE16; in rtw89_phy_ra_gi_ltf()
219 *fix_giltf = RTW89_GILTF_2XHE08; in rtw89_phy_ra_gi_ltf()
221 *fix_giltf = RTW89_GILTF_1XHE16; in rtw89_phy_ra_gi_ltf()
223 *fix_giltf = RTW89_GILTF_1XHE08; in rtw89_phy_ra_gi_ltf()
250 u8 fix_giltf = 0; in rtw89_phy_ra_sta_update() local
268 rtw89_phy_ra_gi_ltf(rtwdev, rtwsta, &fix_giltf_en, &fix_giltf); in rtw89_phy_ra_sta_update()
380 ra->fix_giltf = fix_giltf; in rtw89_phy_ra_sta_update()
H A Dcore.h2735 u8 fix_giltf:3; member
H A Dfw.c2462 le32_encode_bits(ra->fix_giltf, RTW89_H2C_RA_W3_FIX_GILTF); in rtw89_fw_h2c_ra()