Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw89/
HDphy.c272 bool *fix_giltf_en, u8 *fix_giltf) in rtw89_phy_ra_gi_ltf() argument
285 *fix_giltf = RTW89_GILTF_SGI_4XHE08; in rtw89_phy_ra_gi_ltf()
287 *fix_giltf = RTW89_GILTF_2XHE08; in rtw89_phy_ra_gi_ltf()
293 *fix_giltf = RTW89_GILTF_LGI_4XHE32; in rtw89_phy_ra_gi_ltf()
295 *fix_giltf = RTW89_GILTF_SGI_4XHE08; in rtw89_phy_ra_gi_ltf()
297 *fix_giltf = RTW89_GILTF_2XHE16; in rtw89_phy_ra_gi_ltf()
299 *fix_giltf = RTW89_GILTF_2XHE08; in rtw89_phy_ra_gi_ltf()
301 *fix_giltf = RTW89_GILTF_1XHE16; in rtw89_phy_ra_gi_ltf()
303 *fix_giltf = RTW89_GILTF_1XHE08; in rtw89_phy_ra_gi_ltf()
326 u8 fix_giltf = 0; in rtw89_phy_ra_sta_update() local
[all …]
HDcore.h3299 u8 fix_giltf:3; member
HDfw.c4284 le32_encode_bits(ra->fix_giltf, RTW89_H2C_RA_W3_FIX_GILTF); in rtw89_fw_h2c_ra()