Lines Matching refs:ofst

898 	s8 ofst;  in rtw89_phy_cfg_bb_rpl_ofst()  local
911 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
912 gain->rpl_ofst_40[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
922 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
923 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
928 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
929 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
939 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
940 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
945 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
946 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
951 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
952 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
957 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
958 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1385 u32 ofst = 0; in rtw89_phy0_phy1_offset() local
1399 ofst = 0x2000; in rtw89_phy0_phy1_offset()
1403 ofst = 0; in rtw89_phy0_phy1_offset()
1408 ofst = 0x2000; in rtw89_phy0_phy1_offset()
1410 return ofst; in rtw89_phy0_phy1_offset()
1945 static const int ofst[] = { -14, -10, -6, -2, 2, 6, 10, 14 }; in rtw89_phy_fill_txpwr_limit_ru_160m() local
1948 static_assert(ARRAY_SIZE(ofst) == RTW89_RU_SEC_NUM); in rtw89_phy_fill_txpwr_limit_ru_160m()
1953 ch + ofst[i]); in rtw89_phy_fill_txpwr_limit_ru_160m()
1957 ch + ofst[i]); in rtw89_phy_fill_txpwr_limit_ru_160m()
1961 ch + ofst[i]); in rtw89_phy_fill_txpwr_limit_ru_160m()