Home
last modified time | relevance | path

Searched refs:rf_band (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3712 if (o->rf_band[BTC_RF_S0] == 1 && o->rf_band[BTC_RF_S1] == 0) in _set_gnt()
3853 u8 rf_band, u8 level) in _set_bt_tx_power() argument
3862 if (bt->bcnt[BTC_BCNT_INFOUPDATE] == 0 || !rf_band) in _set_bt_tx_power()
3886 buf[1] = rf_band; /* bit-map: bit1->5GHz/6Ghz, bit0->2.4GHz */ in _set_bt_tx_power()
3889 if (rf_band == RTW89_BAND_2G && in _set_bt_tx_power()
3892 else if (rf_band != RTW89_BAND_2G && in _set_bt_tx_power()
3902 if (rf_band == RTW89_BAND_2G) in _set_bt_tx_power()
3915 u8 rf_band, u8 level) in _set_bt_rx_gain() argument
3927 if (bt->bcnt[BTC_BCNT_INFOUPDATE] == 0 || !rf_band) in _set_bt_rx_gain()
3943 if (rf_band == RTW89_BAND_2G) in _set_bt_rx_gain()
[all …]
H A Dfw.c6108 RTW89_SET_FWCMD_CXROLE_ACT_BAND(cmd, rl->rf_band, i, offset); in rtw89_fw_h2c_cxdrv_role()
6191 RTW89_SET_FWCMD_CXROLE_ACT_BAND(cmd, rl->rf_band, i, offset); in rtw89_fw_h2c_cxdrv_role_v1()
6267 u8_encode_bits(active->rf_band, in rtw89_fw_h2c_cxdrv_role_v101()
6365 RTW89_SET_FWCMD_CXROLE_ACT_BAND_V2(cmd, rl->rf_band, i, offset); in rtw89_fw_h2c_cxdrv_role_v2()
6434 h2c->r.active_role[i].band = rl->rf_band; in rtw89_fw_h2c_cxdrv_role_v7()
6509 h2c->r.rlink[i][j].rf_band = rl->rf_band; in rtw89_fw_h2c_cxdrv_role_v8()
6575 h2c->r.rlink[i][j].rf_band = rl->rf_band; in rtw89_fw_h2c_cxdrv_role_v10()
6701 memcpy(h2c->osi.rf_band, osi->rf_band, sizeof(osi->rf_band)); in rtw89_fw_h2c_cxdrv_osi_info()
6768 memcpy(h2c->osi.rf_band, osi->rf_band, sizeof(osi->rf_band)); in rtw89_fw_h2c_cxdrv_osi_info_v6()
H A Dcore.h1969 u8 rf_band; /* enum band_type RF band: 2.4G/5G/6G */ member
1986 u8 rf_band; /* enum band_type RF band: 2.4G/5G/6G */ member
2060 u8 rf_band; /* enum band_type RF band: 2.4G/5G/6G */ member
2281 u8 rf_band; /* map, 0: no any rf-band bind */ member
3831 u8 rf_band[BTC_RF_NUM]; member
3850 u8 rf_band[BTC_RF_NUM]; member
3875 u8 rf_band[BTC_RF_NUM]; /* 0:2GHz/1:5GHz for MPI_bb_hwsi_ignore_gnt_wl() */ member
/linux/drivers/media/tuners/
H A Dtda18271-maps.c1007 int tda18271_lookup_rf_band(struct dvb_frontend *fe, u32 *freq, u8 *rf_band) in tda18271_lookup_rf_band() argument
1025 if (rf_band) in tda18271_lookup_rf_band()
1026 *rf_band = map[i].rfband; in tda18271_lookup_rf_band()
1044 struct tda18271_map *rf_band; member
1124 map = priv->maps->rf_band; in tda18271_lookup_map()
1249 .rf_band = tda18271_rf_band,
1264 .rf_band = tda18271_rf_band,
H A Dtda18271-priv.h188 u32 *freq, u8 *rf_band);
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.h113 u32 rf_band:2; member
H A Dtxrx.c370 if (bd->rf_band != 1 && hwch <= sizeof(ab_rx_ch_map) && hwch >= 1) { in wcn36xx_rx_skb()