Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dphy.c198 bool *fix_giltf_en, u8 *fix_giltf) in rtw89_phy_ra_gi_ltf() argument
211 *fix_giltf = RTW89_GILTF_LGI_4XHE32; in rtw89_phy_ra_gi_ltf()
213 *fix_giltf = RTW89_GILTF_SGI_4XHE08; in rtw89_phy_ra_gi_ltf()
215 *fix_giltf = RTW89_GILTF_2XHE16; in rtw89_phy_ra_gi_ltf()
217 *fix_giltf = RTW89_GILTF_2XHE08; in rtw89_phy_ra_gi_ltf()
219 *fix_giltf = RTW89_GILTF_1XHE16; in rtw89_phy_ra_gi_ltf()
221 *fix_giltf = RTW89_GILTF_1XHE08; in rtw89_phy_ra_gi_ltf()
248 u8 fix_giltf = 0; in rtw89_phy_ra_sta_update() local
266 rtw89_phy_ra_gi_ltf(rtwdev, rtwsta, &fix_giltf_en, &fix_giltf); in rtw89_phy_ra_sta_update()
377 ra->fix_giltf = fix_giltf; in rtw89_phy_ra_sta_update()
Dfw.c1611 RTW89_SET_FWCMD_RA_FIX_GILTF(cmd, ra->fix_giltf); in rtw89_fw_h2c_ra()
Dcore.h2086 u8 fix_giltf:3; member