Home
last modified time | relevance | path

Searched refs:bw_mode (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/media/dvb-frontends/
Drtl2832.c409 u64 bw_mode, num, num2; in rtl2832_set_frontend() local
460 bw_mode = 48000000; in rtl2832_set_frontend()
464 bw_mode = 56000000; in rtl2832_set_frontend()
468 bw_mode = 64000000; in rtl2832_set_frontend()
490 num = div_u64(num, bw_mode); in rtl2832_set_frontend()
500 num = bw_mode << 20; in rtl2832_set_frontend()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_ap.c494 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
496 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
498 if (pmlmeext->cur_bwmode < psta->bw_mode) in update_sta_info_apmode()
499 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info_apmode()
513 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
535 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
599 psta->bw_mode = pmlmeext->cur_bwmode; in update_ap_info()
746 if ((pregpriv->bw_mode & 0xf0) > 0) in start_bss_network()
749 if ((pregpriv->bw_mode & 0x0f) > 0) in start_bss_network()
Drtw_wlan_util.c67 if (psta->bw_mode == CHANNEL_WIDTH_20) { in networktype_to_raid_ex()
897 if ((pregistrypriv->bw_mode & 0xf0) > 0) in bwmode_update_check()
900 if ((pregistrypriv->bw_mode & 0x0f) > 0) in bwmode_update_check()
952 psta->bw_mode = pmlmeext->cur_bwmode; in bwmode_update_check()
955 psta->bw_mode = CHANNEL_WIDTH_20; in bwmode_update_check()
Drtw_ioctl_set.c490 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0, in rtw_get_cur_max_rate()
Drtw_mlme.c2350 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_restructure_ht_ie()
2353 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_restructure_ht_ie()
2470 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_update_ht_cap()
2473 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_update_ht_cap()
Drtw_xmit.c340 switch (psta->bw_mode) { in query_ra_short_GI()
452 pattrib->bwmode = min(mlmeext->cur_bwmode, psta->bw_mode); in update_attrib_phy_info()
Drtw_mlme_ext.c315 if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) && in init_channel_list()
4745 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info()
5381 if ((pregpriv->bw_mode & 0x0f) > CHANNEL_WIDTH_20) in join_cmd_hdl()
/linux-6.1.9/drivers/net/wireless/realtek/rtw88/
Dmain.c972 static u8 get_rate_id(u8 wireless_set, enum rtw_bandwidth bw_mode, u8 tx_num) in get_rate_id() argument
995 if (bw_mode == RTW_CHANNEL_WIDTH_40) { in get_rate_id()
1026 if (bw_mode >= RTW_CHANNEL_WIDTH_80) { in get_rate_id()
1156 u8 bw_mode; in rtw_update_sta_info() local
1227 bw_mode = RTW_CHANNEL_WIDTH_80; in rtw_update_sta_info()
1232 bw_mode = RTW_CHANNEL_WIDTH_40; in rtw_update_sta_info()
1237 bw_mode = RTW_CHANNEL_WIDTH_20; in rtw_update_sta_info()
1251 rate_id = get_rate_id(wireless_set, bw_mode, tx_num); in rtw_update_sta_info()
1257 si->bw_mode = bw_mode; in rtw_update_sta_info()
Dtx.c358 bw = si->bw_mode; in rtw_tx_data_pkt_info_update()
Dmain.h745 enum rtw_bandwidth bw_mode; member
Dfw.c602 SET_RA_INFO_BW_MODE(h2c_pkt, si->bw_mode); in rtw_fw_send_ra_info()
Dcoex.c3867 seq_printf(m, "\t\t%-24s = %d\n", "BW mode", si->bw_mode); in rtw_coex_sta_stat_iter()
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dsta_info.h111 u8 bw_mode; member
Ddrv_types.h113 u8 bw_mode; member
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dphy.c245 u8 bw_mode = 0; in rtw89_phy_ra_sta_update() local
337 bw_mode = RTW89_CHANNEL_WIDTH_160; in rtw89_phy_ra_sta_update()
342 bw_mode = RTW89_CHANNEL_WIDTH_80; in rtw89_phy_ra_sta_update()
347 bw_mode = RTW89_CHANNEL_WIDTH_40; in rtw89_phy_ra_sta_update()
352 bw_mode = RTW89_CHANNEL_WIDTH_20; in rtw89_phy_ra_sta_update()
368 ra->bw_cap = bw_mode; in rtw89_phy_ra_sta_update()
386 ra->csi_bw = bw_mode; in rtw89_phy_ra_sta_update()
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c750 bw = psta->bw_mode; in rtl8723b_Add_RateATid()
Drtl8723b_hal_init.c1880 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, psta->raid, psta->bw_mode, shortGIrate, mask); in UpdateHalRAMask8723B()
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c231 registry_par->bw_mode = (u8)rtw_bw_mode; in loadparam()