Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/
Drate.h115 static inline bool rspec_active(u32 rspec) in rspec_active()
120 static inline u8 rspec_phytxbyte2(u32 rspec) in rspec_phytxbyte2()
125 static inline u32 rspec_get_bw(u32 rspec) in rspec_get_bw()
130 static inline bool rspec_issgi(u32 rspec) in rspec_issgi()
135 static inline bool rspec_is40mhz(u32 rspec) in rspec_is40mhz()
142 static inline uint rspec2rate(u32 rspec) in rspec2rate()
150 static inline u8 rspec_mimoplcp3(u32 rspec) in rspec_mimoplcp3()
160 static inline uint rspec_stc(u32 rspec) in rspec_stc()
165 static inline uint rspec_stf(u32 rspec) in rspec_stf()
Dstf.c407 u32 rspec) in _brcms_c_stf_phytxchain_sel()
419 u16 brcms_c_stf_phytxchain_sel(struct brcms_c_info *wlc, u32 rspec) in brcms_c_stf_phytxchain_sel()
424 u16 brcms_c_stf_d11hdrs_phyctl_txant(struct brcms_c_info *wlc, u32 rspec) in brcms_c_stf_d11hdrs_phyctl_txant()
Dmain.c358 static u8 brcms_basic_rate(struct brcms_c_info *wlc, u32 rspec) in brcms_basic_rate()
366 static u16 frametype(u32 rspec, u8 mimoframe) in frametype()
6146 brcms_c_calc_ack_time(struct brcms_c_info *wlc, u32 rspec, in brcms_c_calc_ack_time()
6167 brcms_c_calc_cts_time(struct brcms_c_info *wlc, u32 rspec, in brcms_c_calc_cts_time()
6176 brcms_c_calc_ba_time(struct brcms_c_info *wlc, u32 rspec, in brcms_c_calc_ba_time()
6276 static bool brcms_c_valid_rate(struct brcms_c_info *wlc, u32 rspec, int band, in brcms_c_valid_rate()
6315 u32 rspec; in mac80211_wlc_set_nrate() local
6480 static void brcms_c_compute_mimo_plcp(u32 rspec, uint length, u8 *plcp) in brcms_c_compute_mimo_plcp()
6495 brcms_c_compute_ofdm_plcp(u32 rspec, u32 length, u8 *plcp) in brcms_c_compute_ofdm_plcp()
6516 static void brcms_c_compute_cck_plcp(struct brcms_c_info *wlc, u32 rspec, in brcms_c_compute_cck_plcp()
[all …]
Drate.c346 u32 rspec = PHY_TXC1_BW_20MHZ << RSPEC_BW_SHIFT; in brcms_c_compute_rspec() local
Dampdu.c526 u32 rspec = 0, rspec_fallback = 0; in brcms_c_sendampdu() local
/linux-3.3/drivers/crypto/caam/
Dctrl.c49 int d, ring, rspec; in caam_probe() local