/linux/drivers/media/dvb-frontends/ |
H A D | rtl2832.c | 409 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/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xgmi.h | 106 enum amdgpu_xgmi_bw_mode bw_mode, enum amdgpu_xgmi_bw_unit bw_unit,
|
H A D | amdgpu_xgmi.c | 871 enum amdgpu_xgmi_bw_mode bw_mode, enum amdgpu_xgmi_bw_unit bw_unit, in amdgpu_xgmi_get_bandwidth() argument 874 bool peer_mode = bw_mode == AMDGPU_XGMI_BW_MODE_PER_PEER; in amdgpu_xgmi_get_bandwidth()
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 493 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode() 495 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode() 497 if (pmlmeext->cur_bwmode < psta->bw_mode) in update_sta_info_apmode() 498 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info_apmode() 512 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode() 534 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode() 598 psta->bw_mode = pmlmeext->cur_bwmode; in update_ap_info() 744 if ((pregpriv->bw_mode & 0x0f) > 0) in start_bss_network()
|
H A D | rtw_wlan_util.c | 66 if (psta->bw_mode == CHANNEL_WIDTH_20) { in networktype_to_raid_ex() 857 if ((pregistrypriv->bw_mode & 0x0f) > 0) in bwmode_update_check() 908 psta->bw_mode = pmlmeext->cur_bwmode; in bwmode_update_check() 911 psta->bw_mode = CHANNEL_WIDTH_20; in bwmode_update_check()
|
H A D | rtw_ioctl_set.c | 490 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0, in rtw_get_cur_max_rate()
|
H A D | rtw_mlme_ext.c | 314 if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) && in init_channel_list() 4742 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info() 5376 if ((pregpriv->bw_mode & 0x0f) > CHANNEL_WIDTH_20) in join_cmd_hdl()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | main.c | 1036 static u8 get_rate_id(u8 wireless_set, enum rtw_bandwidth bw_mode, u8 tx_num) in get_rate_id() argument 1059 if (bw_mode == RTW_CHANNEL_WIDTH_40) { in get_rate_id() 1090 if (bw_mode >= RTW_CHANNEL_WIDTH_80) { in get_rate_id() 1220 u8 bw_mode; in rtw_update_sta_info() local 1295 bw_mode = RTW_CHANNEL_WIDTH_80; in rtw_update_sta_info() 1300 bw_mode = RTW_CHANNEL_WIDTH_40; in rtw_update_sta_info() 1305 bw_mode = RTW_CHANNEL_WIDTH_20; in rtw_update_sta_info() 1315 rate_id = get_rate_id(wireless_set, bw_mode, tx_num); in rtw_update_sta_info() 1321 si->bw_mode = bw_mode; in rtw_update_sta_info() [all...] |
H A D | tx.c | 378 bw = si->bw_mode; in rtw_tx_data_pkt_info_update()
|
H A D | fw.c | 165 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 D | main.h | 772 enum rtw_bandwidth bw_mode; member
|
H A D | coex.c | 3875 seq_printf(m, "\t\t%-24s = %d\n", "BW mode", si->bw_mode); in rtw_coex_sta_stat_iter()
|
/linux/drivers/thunderbolt/ |
H A D | tunnel.h | 64 * @bw_mode: DP bandwidth allocation mode registers can be used to 103 bool bw_mode; member
|
H A D | tunnel.c | 1200 if (!tunnel->bw_mode) in tb_dp_bandwidth_mode_consumed_bandwidth() 1235 if (usb4_dp_port_bandwidth_mode_enabled(in) && tunnel->bw_mode) { in tb_dp_allocated_bandwidth() 1295 tunnel->bw_mode = true; in tb_dp_alloc_bandwidth()
|
H A D | tb.c | 2603 if (tunnel->bw_mode) { in tb_alloc_dp_bandwidth() 2761 if (tunnel->bw_mode) { in tb_handle_dp_bandwidth_request() 2766 tunnel->bw_mode = false; in tb_handle_dp_bandwidth_request()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | sta_info.h | 111 u8 bw_mode; member
|
H A D | drv_types.h | 113 u8 bw_mode; member
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 731 bw = psta->bw_mode; in rtl8723b_Add_RateATid()
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | os_intfs.c | 228 registry_par->bw_mode = (u8)rtw_bw_mode; in loadparam()
|