Lines Matching refs:band

1449 					   u32 band, u32 rfpath, u32 txnum,  in rtw_phy_store_tx_power_by_rate()  argument
1464 (band != PHY_BAND_2G && band != PHY_BAND_5G) || in rtw_phy_store_tx_power_by_rate()
1471 if (band == PHY_BAND_2G) in rtw_phy_store_tx_power_by_rate()
1473 else if (band == PHY_BAND_5G) in rtw_phy_store_tx_power_by_rate()
1490 rtw_phy_store_tx_power_by_rate(rtwdev, p->band, p->rf_path, in rtw_parse_tbl_bb_pg()
1506 static int rtw_channel_to_idx(u8 band, u8 channel) in rtw_channel_to_idx() argument
1511 if (band == PHY_BAND_2G) { in rtw_channel_to_idx()
1514 } else if (band == PHY_BAND_5G) { in rtw_channel_to_idx()
1529 static void rtw_phy_set_tx_power_limit(struct rtw_dev *rtwdev, u8 regd, u8 band, in rtw_phy_set_tx_power_limit() argument
1539 ch_idx = rtw_channel_to_idx(band, ch); in rtw_phy_set_tx_power_limit()
1545 regd, band, bw, rs, ch_idx, pwr_limit); in rtw_phy_set_tx_power_limit()
1549 if (band == PHY_BAND_2G) { in rtw_phy_set_tx_power_limit()
1554 } else if (band == PHY_BAND_5G) { in rtw_phy_set_tx_power_limit()
1663 rtw_phy_set_tx_power_limit(rtwdev, p->regd, p->band, in rtw_parse_tbl_txpwr_lmt()
2025 static s8 rtw_phy_get_tx_power_limit(struct rtw_dev *rtwdev, u8 band, in rtw_phy_get_tx_power_limit() argument
2055 ch_idx = rtw_channel_to_idx(band, cur_ch); in rtw_phy_get_tx_power_limit()
2070 band, bw, rf_path, rate, channel); in rtw_phy_get_tx_power_limit()
2101 u8 group, band; in rtw_get_tx_power_params() local
2113 band = PHY_BAND_2G; in rtw_get_tx_power_params()
2119 band = PHY_BAND_5G; in rtw_get_tx_power_params()
2126 *limit = rtw_phy_get_tx_power_limit(rtwdev, band, bw, path, in rtw_get_tx_power_params()