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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h63 typedef __s16 __bitwise a_sle16; typedef
76 static inline a_sle16 a_cpu_to_sle16(s16 val)
78 return (__force a_sle16) cpu_to_le16(val);
81 static inline s16 a_sle16_to_cpu(a_sle16 val)
1242 a_sle16 thresh_above1_val;
1244 a_sle16 thresh_above2_val;
1245 a_sle16 thresh_above3_val;
1246 a_sle16 thresh_above4_val;
1247 a_sle16 thresh_above5_val;
1250 a_sle16 thresh_above6_va
[all...]

Completed in 102 milliseconds