Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A 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/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c487 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
489 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
491 if (pmlmeext->cur_bwmode < psta->bw_mode) in update_sta_info_apmode()
492 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info_apmode()
506 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
528 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode()
592 psta->bw_mode = pmlmeext->cur_bwmode; in update_ap_info()
740 if ((pregpriv->bw_mode & 0x0f) > 0) in start_bss_network()
H A Drtw_wlan_util.c66 if (psta->bw_mode == CHANNEL_WIDTH_20) in networktype_to_raid_ex()
856 if ((pregistrypriv->bw_mode & 0x0f) > 0) in bwmode_update_check()
907 psta->bw_mode = pmlmeext->cur_bwmode; in bwmode_update_check()
910 psta->bw_mode = CHANNEL_WIDTH_20; in bwmode_update_check()
H A Drtw_ioctl_set.c490 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0, in rtw_get_cur_max_rate()
H A Drtw_xmit.c343 switch (psta->bw_mode) { in query_ra_short_GI()
455 pattrib->bwmode = min(mlmeext->cur_bwmode, psta->bw_mode); in update_attrib_phy_info()
H A Drtw_mlme.c2348 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_restructure_ht_ie()
2455 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_update_ht_cap()
H A Drtw_mlme_ext.c304 if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) && in init_channel_list()
4704 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info()
5340 if ((pregpriv->bw_mode & 0x0f) > CHANNEL_WIDTH_20) in join_cmd_hdl()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h111 u8 bw_mode; member
/linux/drivers/thunderbolt/
H A Dtunnel.c1208 if (!tunnel->bw_mode) in tb_dp_bandwidth_mode_consumed_bandwidth()
1243 if (usb4_dp_port_bandwidth_mode_enabled(in) && tunnel->bw_mode) { in tb_dp_allocated_bandwidth()
1303 tunnel->bw_mode = true; in tb_dp_alloc_bandwidth()
H A Dtb.c2611 if (tunnel->bw_mode) { in tb_alloc_dp_bandwidth()
2769 if (tunnel->bw_mode) { in tb_handle_dp_bandwidth_request()
2774 tunnel->bw_mode = false; in tb_handle_dp_bandwidth_request()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.c879 enum amdgpu_xgmi_bw_mode bw_mode, enum amdgpu_xgmi_bw_unit bw_unit, in amdgpu_xgmi_get_bandwidth() argument
882 bool peer_mode = bw_mode == AMDGPU_XGMI_BW_MODE_PER_PEER; in amdgpu_xgmi_get_bandwidth()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c378 bw = si->bw_mode; in rtw_tx_data_pkt_info_update()
H A Dfw.c165 bw = si->bw_mode; in rtw_fw_ra_report_iter()
746 SET_RA_INFO_BW_MODE(h2c_pkt, si->bw_mode); in rtw_fw_send_ra_info()
H A Dcoex.c3875 seq_printf(m, "\t\t%-24s = %d\n", "BW mode", si->bw_mode); in rtw_coex_sta_stat_iter()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c732 bw = psta->bw_mode; in rtl8723b_Add_RateATid()
H A Drtl8723b_hal_init.c1052 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, psta->raid, psta->bw_mode, short_gi_rate, mask); in UpdateHalRAMask8723B()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c229 registry_par->bw_mode = (u8)rtw_bw_mode; in loadparam()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c338 u8 bw_mode = 0; in rtw89_phy_ra_sta_update() local
445 bw_mode = RTW89_CHANNEL_WIDTH_160; in rtw89_phy_ra_sta_update()
450 bw_mode = RTW89_CHANNEL_WIDTH_80; in rtw89_phy_ra_sta_update()
455 bw_mode = RTW89_CHANNEL_WIDTH_40; in rtw89_phy_ra_sta_update()
460 bw_mode = RTW89_CHANNEL_WIDTH_20; in rtw89_phy_ra_sta_update()
476 ra->bw_cap = bw_mode; in rtw89_phy_ra_sta_update()
499 ra->csi_bw = bw_mode; in rtw89_phy_ra_sta_update()