Searched refs:val_0p5_p (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | phy.c | 1750 s8 val_0p5_p[RTW89_BF_NUM]; in rtw89_phy_fill_txpwr_limit_80m() local 1779 __fill_txpwr_limit_nonbf_bf(val_0p5_p, band, RTW89_CHANNEL_WIDTH_40, in rtw89_phy_fill_txpwr_limit_80m() 1783 lmt->mcs_40m_0p5[i] = min_t(s8, val_0p5_n[i], val_0p5_p[i]); in rtw89_phy_fill_txpwr_limit_80m() 1791 s8 val_0p5_p[RTW89_BF_NUM]; in rtw89_phy_fill_txpwr_limit_160m() local 1856 __fill_txpwr_limit_nonbf_bf(val_0p5_p, band, RTW89_CHANNEL_WIDTH_40, in rtw89_phy_fill_txpwr_limit_160m() 1860 lmt->mcs_40m_0p5[i] = min_t(s8, val_0p5_n[i], val_0p5_p[i]); in rtw89_phy_fill_txpwr_limit_160m()
|