Searched refs:val_0p5_p (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | phy.c | 1664 s8 val_0p5_p[RTW89_BF_NUM]; in rtw89_phy_fill_txpwr_limit_80m() local 1693 __fill_txpwr_limit_nonbf_bf(val_0p5_p, band, RTW89_CHANNEL_WIDTH_40, in rtw89_phy_fill_txpwr_limit_80m() 1697 lmt->mcs_40m_0p5[i] = min_t(s8, val_0p5_n[i], val_0p5_p[i]); in rtw89_phy_fill_txpwr_limit_80m() 1705 s8 val_0p5_p[RTW89_BF_NUM]; in rtw89_phy_fill_txpwr_limit_160m() local 1770 __fill_txpwr_limit_nonbf_bf(val_0p5_p, band, RTW89_CHANNEL_WIDTH_40, in rtw89_phy_fill_txpwr_limit_160m() 1774 lmt->mcs_40m_0p5[i] = min_t(s8, val_0p5_n[i], val_0p5_p[i]); in rtw89_phy_fill_txpwr_limit_160m()
|