Home
last modified time | relevance | path

Searched refs:WL_RSPEC_VHT_NSS_SHIFT (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmwifi_rspec.h100 #define WL_RSPEC_VHT_NSS_SHIFT 4 /**< VHT Nss value shift in rspec */ macro
172 (((nss) << WL_RSPEC_VHT_NSS_SHIFT) & WL_RSPEC_VHT_NSS_MASK) | \
H A Ddhd_rtt.c417 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate()
2396 rspec |= (nss << WL_RSPEC_VHT_NSS_SHIFT) | mcs; in dhd_rtt_start()
2554 host_rate.nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in dhd_rtt_convert_rate_to_host()
H A Dwl_android.c7268 ((rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT) == 1); in wl_android_get_link_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_rspec.h100 #define WL_RSPEC_VHT_NSS_SHIFT 4 /**< VHT Nss value shift in rspec */ macro
172 (((nss) << WL_RSPEC_VHT_NSS_SHIFT) & WL_RSPEC_VHT_NSS_MASK) | \
H A Ddhd_rtt.c417 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate()
2396 rspec |= (nss << WL_RSPEC_VHT_NSS_SHIFT) | mcs; in dhd_rtt_start()
2554 host_rate.nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in dhd_rtt_convert_rate_to_host()
H A Dwl_android.c6995 ((rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT) == 1); in wl_android_get_link_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_rspec.h100 #define WL_RSPEC_VHT_NSS_SHIFT 4 /**< VHT Nss value shift in rspec */ macro
172 (((nss) << WL_RSPEC_VHT_NSS_SHIFT) & WL_RSPEC_VHT_NSS_MASK) | \
H A Ddhd_rtt.c417 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate()
2396 rspec |= (nss << WL_RSPEC_VHT_NSS_SHIFT) | mcs; in dhd_rtt_start()
2554 host_rate.nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in dhd_rtt_convert_rate_to_host()
H A Dwl_android.c7354 ((rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT) == 1); in wl_android_get_link_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_rspec.c86 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in _wf_rspec_to_rate()
217 (rate >> WL_RSPEC_VHT_NSS_SHIFT)); in wf_vht_plcp_to_rspec()
H A Dbcmwifi_rates.c477 rate |= ((nss << WL_RSPEC_VHT_NSS_SHIFT) | WF_NON_HT_MCS); in wf_vht_plcp_to_rate()
H A Dbcmwifi_monitor.c633 sts->nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in bcmwifi_update_rate_modulation_info()
H A Ddhd_rtt.c439 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate()
2688 rspec |= (nss << WL_RSPEC_VHT_NSS_SHIFT) | mcs; in dhd_rtt_set_ftm_config_ratespec()
3169 host_rate.nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in dhd_rtt_convert_rate_to_host()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_rspec.h134 #define WL_RSPEC_VHT_NSS_SHIFT WL_RSPEC_NSS_SHIFT /**< VHT Nss value shift in rspec */ macro
230 (((nss) << WL_RSPEC_VHT_NSS_SHIFT) & WL_RSPEC_VHT_NSS_MASK) | \
H A Dwlioctl_defs.h54 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_rspec.h134 #define WL_RSPEC_VHT_NSS_SHIFT WL_RSPEC_NSS_SHIFT /**< VHT Nss value shift in rspec */ macro
230 (((nss) << WL_RSPEC_VHT_NSS_SHIFT) & WL_RSPEC_VHT_NSS_MASK) | \
H A Dwlioctl_defs.h54 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_rtt.c466 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate()
1454 rspec |= (nss << WL_RSPEC_VHT_NSS_SHIFT) | mcs; in dhd_rtt_start()
1596 host_rate.nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in dhd_rtt_convert_rate_to_host()
H A Dwl_android.c3730 ((rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT) == 1); in wl_android_get_link_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwlioctl_defs.h53 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl_defs.h50 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwlioctl_defs.h50 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwlioctl_defs.h50 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_rtt.c439 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate()
2688 rspec |= (nss << WL_RSPEC_VHT_NSS_SHIFT) | mcs; in dhd_rtt_set_ftm_config_ratespec()
3169 host_rate.nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in dhd_rtt_convert_rate_to_host()
H A Dwl_android.c8715 ((rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT) == 1); in wl_android_get_link_status()

12