Searched defs:_ah (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | reg.h | 23 #define AR_CR_RXE(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x0000000c : 0x00000004) argument 355 #define AR_ISR_S2_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00d0 : 0x00cc) argument 356 #define AR_ISR_S3_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00d4 : 0x00d0) argument 357 #define AR_ISR_S4_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00d8 : 0x00d4) argument 358 #define AR_ISR_S5_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00dc : 0x00d8) argument 702 #define AR_WA(_ah) (AR_SREV_9340(_ah) ? 0x40c4 : 0x4004) argument 724 #define AR_HOST_TIMEOUT(_ah) (AR_SREV_9340(_ah) ? 0x4008 : 0x4018) argument 753 #define AR_SREV(_ah) \ argument 757 #define AR_SREV_ID(_ah) \ argument 829 #define AR_SREV_5416(_ah) \ argument [all …]
|
H A D | ar9003_eeprom.h | 85 #define AR9300_OTP_BASE(_ah) \ argument 87 #define AR9300_OTP_STATUS(_ah) \ argument 93 #define AR9300_OTP_READ_DATA(_ah) \ argument
|
H A D | eeprom.h | 71 #define AR5416_EEPROM_START_ADDR(_ah) \ argument 111 #define ath9k_hw_use_flash(_ah) (!(_ah->ah_flags & AH_USE_EEPROM)) argument 113 #define OLC_FOR_AR9280_20_LATER(_ah) (AR_SREV_9280_20_OR_LATER(_ah) && \ argument 115 #define OLC_FOR_AR9287_10_LATER(_ah) (AR_SREV_9287_11_OR_LATER(_ah) && \ argument
|
H A D | ar5008_phy.c | 1280 #define CCK_DELTA(_ah, x) ((OLC_FOR_AR9280_20_LATER(_ah)) ? max((x) - 2, 0) : (x)) in ar5008_hw_init_txpower_cck() argument
|
/linux/drivers/net/wireless/ath/ |
H 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
|
H A D | hw.c | 24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument
|
/linux/drivers/net/wireless/ath/ath5k/ |
H 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/ |
H A D | ebt_snat.c | 32 struct arphdr _ah; in ebt_snat_tg() local
|
H A D | ebt_arpreply.c | 26 struct arphdr _ah; in ebt_arpreply_tg() local
|
/linux/net/ipv6/netfilter/ |
H A D | ip6t_ah.c | 38 struct ip_auth_hdr _ah; in ah_mt6() local
|