Searched refs:bw_mode (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | rtl2832.c | 422 u64 bw_mode, num, num2; in rtl2832_set_frontend() local 473 bw_mode = 48000000; in rtl2832_set_frontend() 477 bw_mode = 56000000; in rtl2832_set_frontend() 481 bw_mode = 64000000; in rtl2832_set_frontend() 503 num = div_u64(num, bw_mode); in rtl2832_set_frontend() 513 num = bw_mode << 20; in rtl2832_set_frontend()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 634 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode() 636 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode() 638 if (pmlmeext->cur_bwmode < psta->bw_mode) in update_sta_info_apmode() 639 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info_apmode() 655 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode() 685 psta->bw_mode = CHANNEL_WIDTH_20; in update_sta_info_apmode() 757 psta->bw_mode = pmlmeext->cur_bwmode; in update_ap_info() 932 if ((pregpriv->bw_mode & 0xf0) > 0) in start_bss_network() 935 if ((pregpriv->bw_mode & 0x0f) > 0) in start_bss_network()
|
D | rtw_debug.c | 510 …DBG_871X_SEL_NL(m, "bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", psta->bw_mode, psta->h… in proc_get_ap_info() 1038 DBG_871X_SEL_NL(m, "0x%02x\n", pregpriv->bw_mode); in proc_get_bw_mode() 1059 pregpriv->bw_mode = mode; in proc_set_bw_mode() 1300 psta->bw_mode, psta->htpriv.ch_offset, in proc_get_all_sta_info()
|
D | rtw_wlan_util.c | 121 if (psta->bw_mode == CHANNEL_WIDTH_20) { in networktype_to_raid_ex() 1008 if ((pregistrypriv->bw_mode & 0xf0) > 0) in bwmode_update_check() 1011 if ((pregistrypriv->bw_mode & 0x0f) > 0) in bwmode_update_check() 1061 psta->bw_mode = pmlmeext->cur_bwmode; in bwmode_update_check() 1064 psta->bw_mode = CHANNEL_WIDTH_20; in bwmode_update_check()
|
D | rtw_ioctl_set.c | 669 ((psta->bw_mode == CHANNEL_WIDTH_40)?1:0), in rtw_get_cur_max_rate()
|
D | rtw_mlme.c | 2776 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_restructure_ht_ie() 2779 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_restructure_ht_ie() 2936 if ((pregistrypriv->bw_mode & 0xf0) > 0) in rtw_update_ht_cap() 2939 if ((pregistrypriv->bw_mode & 0x0f) > 0) in rtw_update_ht_cap()
|
D | rtw_xmit.c | 352 switch (psta->bw_mode) { in query_ra_short_GI() 467 if (mlmeext->cur_bwmode < psta->bw_mode) in update_attrib_phy_info() 470 pattrib->bwmode = psta->bw_mode; in update_attrib_phy_info()
|
D | rtw_mlme_ext.c | 382 if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) && in init_channel_list() 707 psta->bw_mode = CHANNEL_WIDTH_20; in OnProbeReq() 5398 psta->bw_mode = pmlmeext->cur_bwmode; in update_sta_info() 6256 if ((pregpriv->bw_mode >> 4) > CHANNEL_WIDTH_20) in join_cmd_hdl() 6259 if ((pregpriv->bw_mode & 0x0f) > CHANNEL_WIDTH_20) in join_cmd_hdl()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 116 u8 bw_mode; member
|
D | drv_types.h | 140 u8 bw_mode; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | os_intfs.c | 280 registry_par->bw_mode = (u8)rtw_bw_mode; in loadparam()
|
D | ioctl_linux.c | 2832 …DBG_871X("bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", psta->bw_mode, psta->htpriv.ch_o… in rtw_dbg_port() 2889 …DBG_871X("bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", psta->bw_mode, psta->htpriv.ch_o… in rtw_dbg_port()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 2170 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, psta->raid, psta->bw_mode, shortGIrate, mask); in UpdateHalRAMask8723B() 2175 …=%d mask = 0x%x init_rate = 0x%x\n", __func__, mac_id, psta->raid, psta->bw_mode, mask, psta->init… in UpdateHalRAMask8723B()
|
D | rtl8723b_cmd.c | 2075 bw = psta->bw_mode; in rtl8723b_Add_RateATid()
|