Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c279 bool *fix_giltf_en, u8 *fix_giltf) in rtw89_phy_ra_gi_ltf() argument
291 *fix_giltf = RTW89_GILTF_SGI_4XHE08; in rtw89_phy_ra_gi_ltf()
293 *fix_giltf = RTW89_GILTF_2XHE08; in rtw89_phy_ra_gi_ltf()
309 *fix_giltf = RTW89_GILTF_LGI_4XHE32; in rtw89_phy_ra_gi_ltf()
311 *fix_giltf = RTW89_GILTF_SGI_4XHE08; in rtw89_phy_ra_gi_ltf()
313 *fix_giltf = RTW89_GILTF_2XHE16; in rtw89_phy_ra_gi_ltf()
315 *fix_giltf = RTW89_GILTF_2XHE08; in rtw89_phy_ra_gi_ltf()
317 *fix_giltf = RTW89_GILTF_1XHE16; in rtw89_phy_ra_gi_ltf()
319 *fix_giltf = RTW89_GILTF_1XHE08; in rtw89_phy_ra_gi_ltf()
341 u8 fix_giltf = 0; in rtw89_phy_ra_sta_update() local
[all …]
H A Dcore.h3435 u8 fix_giltf:3; member
H A Dfw.c5513 le32_encode_bits(ra->fix_giltf, RTW89_H2C_RA_W3_FIX_GILTF); in rtw89_fw_h2c_ra()