Searched refs:bw_mode (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dtunnel.h46 * @bw_mode: DP bandwidth allocation mode registers can be used to
76 bool bw_mode; member in struct:tb_tunnel
H A Dtunnel.c980 if (!tunnel->bw_mode)
1015 if (usb4_dp_port_bandwidth_mode_enabled(in) && tunnel->bw_mode) {
1075 tunnel->bw_mode = true;
H A Dtb.c2457 if (tunnel->bw_mode) {
2610 if (tunnel->bw_mode) {
2615 tunnel->bw_mode = false;
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832.c409 u64 bw_mode, num, num2; local
460 bw_mode = 48000000;
464 bw_mode = 56000000;
468 bw_mode = 64000000;
490 num = div_u64(num, bw_mode);
500 num = bw_mode << 20;
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c494 psta->bw_mode = CHANNEL_WIDTH_40;
496 psta->bw_mode = CHANNEL_WIDTH_20;
498 if (pmlmeext->cur_bwmode < psta->bw_mode)
499 psta->bw_mode = pmlmeext->cur_bwmode;
513 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */
535 psta->bw_mode = CHANNEL_WIDTH_20;
599 psta->bw_mode = pmlmeext->cur_bwmode;
746 if ((pregpriv->bw_mode & 0xf0) > 0)
749 if ((pregpriv->bw_mode
[all...]
H A Drtw_wlan_util.c67 if (psta->bw_mode == CHANNEL_WIDTH_20) {
897 if ((pregistrypriv->bw_mode & 0xf0) > 0)
900 if ((pregistrypriv->bw_mode & 0x0f) > 0)
952 psta->bw_mode = pmlmeext->cur_bwmode;
955 psta->bw_mode = CHANNEL_WIDTH_20;
H A Drtw_ioctl_set.c491 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0,
H A Drtw_mlme.c2336 if ((pregistrypriv->bw_mode & 0xf0) > 0)
2339 if ((pregistrypriv->bw_mode & 0x0f) > 0)
2455 if ((pregistrypriv->bw_mode & 0xf0) > 0)
2458 if ((pregistrypriv->bw_mode & 0x0f) > 0)
H A Drtw_xmit.c340 switch (psta->bw_mode) {
452 pattrib->bwmode = min(mlmeext->cur_bwmode, psta->bw_mode);
H A Drtw_mlme_ext.c315 if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) &&
4743 psta->bw_mode = pmlmeext->cur_bwmode;
5379 if ((pregpriv->bw_mode & 0x0f) > CHANNEL_WIDTH_20)
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c1016 static u8 get_rate_id(u8 wireless_set, enum rtw_bandwidth bw_mode, u8 tx_num) argument
1039 if (bw_mode == RTW_CHANNEL_WIDTH_40) {
1070 if (bw_mode >= RTW_CHANNEL_WIDTH_80) {
1200 u8 bw_mode; local
1271 bw_mode = RTW_CHANNEL_WIDTH_80;
1276 bw_mode = RTW_CHANNEL_WIDTH_40;
1281 bw_mode = RTW_CHANNEL_WIDTH_20;
1295 rate_id = get_rate_id(wireless_set, bw_mode, tx_num);
1301 si->bw_mode = bw_mode;
[all...]
H A Dtx.c372 bw = si->bw_mode;
H A Dmain.h755 enum rtw_bandwidth bw_mode; member in struct:rtw_sta_info
H A Dfw.c737 SET_RA_INFO_BW_MODE(h2c_pkt, si->bw_mode);
H A Dcoex.c3866 seq_printf(m, "\t\t%-24s = %d\n", "BW mode", si->bw_mode);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dsta_info.h111 u8 bw_mode; member in struct:sta_info
H A Ddrv_types.h113 u8 bw_mode; member in struct:registry_priv
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c750 bw = psta->bw_mode;
H A Drtl8723b_hal_init.c1870 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, psta->raid, psta->bw_mode, shortGIrate, mask);
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c231 registry_par->bw_mode = (u8)rtw_bw_mode;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.c307 u8 bw_mode = 0; local
403 bw_mode = RTW89_CHANNEL_WIDTH_160;
408 bw_mode = RTW89_CHANNEL_WIDTH_80;
413 bw_mode = RTW89_CHANNEL_WIDTH_40;
418 bw_mode = RTW89_CHANNEL_WIDTH_20;
434 ra->bw_cap = bw_mode;
453 ra->csi_bw = bw_mode;

Completed in 310 milliseconds