/openbmc/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_phy.h | 457 #define AR_PHY_SPUR_MASK_A(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x18 : 0x20)) argument 458 #define AR_PHY_SPUR_MASK_B(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x1c : 0x24)) argument 501 #define AR_PHY_TEST(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x15c : 0x160)) argument 512 #define AR_PHY_TEST_CTL_STATUS(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x160 : 0x164)) argument 527 #define AR_PHY_TSTDAC(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x164 : 0x168)) argument 529 #define AR_PHY_CHAN_STATUS(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x168 : 0x16c)) argument 531 #define AR_PHY_CHAN_INFO_MEMORY(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x16c : 0x170)) argument 535 #define AR_PHY_CHNINFO_NOISEPWR(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x170 : 0x174)) argument 536 #define AR_PHY_CHNINFO_GAINDIFF(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x174 : 0x178)) argument 537 #define AR_PHY_CHNINFO_FINETIM(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x178 : 0x17c)) argument [all …]
|
H 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
|
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 | debug.c | 24 #define REG_WRITE_D(_ah, _reg, _val) \ argument 26 #define REG_READ_D(_ah, _reg) \ 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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_ah.c | 38 struct ip_auth_hdr _ah; in ah_mt6() local
|