Home
last modified time | relevance | path

Searched defs:rspec (Results 1 – 5 of 5) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmwifi_rspec.h68 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument
73 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument
126 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument
127 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument
128 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument
129 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument
130 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument
132 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument
133 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument
134 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument
[all …]
Ddhd_rtt.c395 rate_rspec2rate(uint32 rspec) in rate_rspec2rate()
2236 uint32 rspec = 0; in dhd_rtt_start() local
2614 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
Dwl_android.c3908 uint32 rspec; in wl_android_get_link_status() local
Ddhd_msgbuf.c4313 uint32 rspec; in dhd_prot_print_metadata() member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dwlioctl.h6318 uint32 rspec; member
16618 int32 rspec; member