Searched defs:_ah (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | reg.h | 829 #define AR_SREV_5416(_ah) \ argument 842 #define AR_SREV_9160(_ah) \ argument 849 #define AR_SREV_9280(_ah) \ argument 856 #define AR_SREV_9285(_ah) \ argument 861 #define AR_SREV_9287(_ah) \ argument 880 #define AR_SREV_9271(_ah) \ argument 889 #define AR_SREV_9300(_ah) \ argument 897 #define AR_SREV_9330(_ah) \ argument 907 #define AR_SREV_9462(_ah) \ argument 909 #define AR_SREV_9485(_ah) \ argument [all …]
|
A D | hw.h | 79 #define REG_WRITE(_ah, _reg, _val) \ argument 82 #define REG_READ(_ah, _reg) \ argument 85 #define REG_READ_MULTI(_ah, _addr, _val, _cnt) \ argument 88 #define REG_RMW(_ah, _reg, _set, _clr) \ argument 91 #define ENABLE_REGWRITE_BUFFER(_ah) \ argument 97 #define REGWRITE_BUFFER_FLUSH(_ah) \ argument 103 #define ENABLE_REG_RMW_BUFFER(_ah) \ argument 109 #define REG_RMW_BUFFER_FLUSH(_ah) \ argument 469 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument
|
A D | debug.c | 24 #define REG_WRITE_D(_ah, _reg, _val) \ argument 26 #define REG_READ_D(_ah, _reg) \ argument
|
A D | eeprom.h | 111 #define ath9k_hw_use_flash(_ah) (!(_ah->ah_flags & AH_USE_EEPROM)) argument
|
A D | ar9003_phy.h | 1055 #define AR_GLB_SCRATCH(_ah) (AR_GLB_BASE + \ argument
|
/linux/drivers/net/wireless/ath/ |
A D | key.c | 26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument 27 #define ENABLE_REGWRITE_BUFFER(_ah) \ argument 31 #define REGWRITE_BUFFER_FLUSH(_ah) \ argument
|
A D | hw.c | 24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument
|
/linux/drivers/net/wireless/ath/ath5k/ |
A D | base.h | 116 #define ath5k_hw_hasbssidmask(_ah) (ah->ah_version == AR5K_AR5212) argument 119 #define ath5k_hw_hasveol(_ah) (ah->ah_version != AR5K_AR5210) argument
|
/linux/net/bridge/netfilter/ |
A D | ebt_snat.c | 32 struct arphdr _ah; in ebt_snat_tg() local
|
A D | ebt_arpreply.c | 26 struct arphdr _ah; in ebt_arpreply_tg() local
|
/linux/net/ipv6/netfilter/ |
A D | ip6t_ah.c | 38 struct ip_auth_hdr _ah; in ah_mt6() local
|
Completed in 37 milliseconds