Lines Matching refs:ofst

921 	s8 ofst;  in rtw89_phy_cfg_bb_rpl_ofst()  local
934 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
935 gain->rpl_ofst_40[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_80[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_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
962 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
963 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
968 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
969 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
974 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
975 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
980 ofst = (s8)(data & 0xff); in rtw89_phy_cfg_bb_rpl_ofst()
981 gain->rpl_ofst_160[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1449 u32 ofst = 0; in rtw89_phy0_phy1_offset() local
1466 ofst = 0x2000; in rtw89_phy0_phy1_offset()
1470 ofst = 0; in rtw89_phy0_phy1_offset()
1475 ofst = 0x2000; in rtw89_phy0_phy1_offset()
1477 return ofst; in rtw89_phy0_phy1_offset()
2043 static const int ofst[] = { -14, -10, -6, -2, 2, 6, 10, 14 }; in rtw89_phy_fill_txpwr_limit_ru_160m() local
2046 static_assert(ARRAY_SIZE(ofst) == RTW89_RU_SEC_NUM); in rtw89_phy_fill_txpwr_limit_ru_160m()
2051 ch + ofst[i]); in rtw89_phy_fill_txpwr_limit_ru_160m()
2055 ch + ofst[i]); in rtw89_phy_fill_txpwr_limit_ru_160m()
2059 ch + ofst[i]); in rtw89_phy_fill_txpwr_limit_ru_160m()