/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1057 #define ath_hal_detach(_ah) \ argument 1059 #define ath_hal_reset(_ah, _opmode, _chan, _fullreset, _resettype, _pstatus) \ argument 1062 #define ath_hal_macversion(_ah) \ argument 1064 #define ath_hal_getratetable(_ah, _mode) \ argument 1066 #define ath_hal_getmac(_ah, _mac) \ argument 1068 #define ath_hal_setmac(_ah, _mac) \ argument 1070 #define ath_hal_getbssidmask(_ah, _mask) \ argument 1072 #define ath_hal_setbssidmask(_ah, _mask) \ argument 1074 #define ath_hal_intrset(_ah, _mask) \ argument 1076 #define ath_hal_intrget(_ah) \ argument [all …]
|
H A D | ah_osdep.h | 105 #define OS_REG_WRITE_BUFFER_ENABLE(_ah) \ argument 107 #define OS_REG_WRITE_BUFFER_DISABLE(_ah) \ argument 109 #define OS_REG_WRITE_BUFFER_FLUSH(_ah) \ argument 127 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \ argument 130 #define OS_BUS_BARRIER_REG(_ah, _reg, _t) \ argument 137 #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val) argument 138 #define OS_REG_READ(_ah, _reg) ath_hal_reg_read(_ah, _reg) argument 146 #define OS_MARK(_ah, _id, _v) argument
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312.h | 25 #define AR5312_UNIT(_ah) \ argument 27 #define AR5312_BOARDCONFIG(_ah) \ argument 29 #define AR5312_RADIOCONFIG(_ah) \ argument
|
/freebsd/tools/tools/ath/common/ |
H A D | ah_osdep.h | 58 #define OS_GETUPTIME(_ah) 0 argument 59 #define OS_REG_WRITE(_ah, _reg, _val) argument 60 #define OS_REG_READ(_ah, _reg) 0 argument 61 #define OS_MARK(_ah, _id, _v) argument
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416reg.h | 646 #define IS_5416V1(_ah) (AR_SREV_OWL((_ah)) && AH_PRIVATE((_ah))->ah_macRev == AR_SREV_REVISION_OWL_… argument 647 #define IS_5416V2(_ah) (AR_SREV_OWL((_ah)) && AH_PRIVATE((_ah))->ah_macRev >= AR_SREV_REVISION_OWL_… argument 648 #define IS_5416V2_2(_ah) (AR_SREV_OWL((_ah)) && AH_PRIVATE((_ah))->ah_macRev == AR_SREV_REVISION_OW… argument 651 #define AR_SREV_5416_V20_OR_LATER(_ah) (AR_SREV_HOWL((_ah)) || AR_SREV_OWL_20_OR_LATER(_ah)) argument 652 #define AR_SREV_5416_V22_OR_LATER(_ah) (AR_SREV_HOWL((_ah)) || AR_SREV_OWL_22_OR_LATER(_ah)) argument 701 #define AR_SREV_OWL(_ah) \ argument 705 #define AR_SREV_OWL_20_OR_LATER(_ah) \ argument 710 #define AR_SREV_OWL_22_OR_LATER(_ah) \ argument 717 #define AR_SREV_HOWL(_ah) \ argument 720 #define AR_SREV_9100(_ah) AR_SREV_HOWL(_ah) argument [all …]
|
H A D | ar5416desc.h | 29 #define _get_index(_ah) ( IS_5416V1(_ah) ? -4 : 0 ) argument 30 #define AR5416_DS_TXSTATUS(_ah, _ads) \ argument 32 #define AR5416_DS_TXSTATUS_CONST(_ah, _ads) \ argument
|
H A D | ar5416_xmit.c | 229 #define EEP_MINOR(_ah) \ in ar5416GetTxRatePower() argument 231 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) in ar5416GetTxRatePower() argument
|
H A D | ar5416_reset.c | 32 #define EEP_MINOR(_ah) \ argument 34 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) argument 35 #define IS_EEP_MINOR_V3(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_3) argument
|
H A D | ar5416.h | 160 #define AH5416(_ah) ((struct ath_hal_5416 *)(_ah)) argument
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 440 #define AH_PRIVATE(_ah) ((struct ath_hal_private *)(_ah)) argument 442 #define ath_hal_getChannelEdges(_ah, _cf, _lc, _hc) \ argument 444 #define ath_hal_getWirelessModes(_ah) \ argument 446 #define ath_hal_eepromRead(_ah, _off, _data) \ argument 448 #define ath_hal_eepromWrite(_ah, _off, _data) \ argument 450 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 452 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument 454 #define ath_hal_gpioGet(_ah, _gpio) \ argument 456 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument 458 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument [all …]
|
H A D | ah_regdomain.c | 921 #define isWwrSKU(_ah) \ argument
|
/freebsd/sys/contrib/dev/athk/ |
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
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280_olc.c | 266 #define EEP_MINOR(_ah) \ argument 268 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) argument 269 #define IS_EEP_MINOR_V3(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_3) argument
|
H A D | ar9285_reset.c | 44 #define EEP_MINOR(_ah) \ argument 46 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) argument 47 #define IS_EEP_MINOR_V3(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_3) argument
|
H A D | ar9285.h | 35 #define AH9285(_ah) ((struct ath_hal_9285 *)(_ah)) argument
|
H A D | ar9280.h | 41 #define AH9280(_ah) ((struct ath_hal_9280 *)(_ah)) argument
|
H A D | ar9287.h | 45 #define AH9287(_ah) ((struct ath_hal_9287 *)(_ah)) argument
|
H A D | ar9280_attach.c | 142 #define EEP_MINOR(_ah) \ argument
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300reg.h | 727 #define AR_HOSTIF_REG(_ah, _reg) (AH9300(_ah)->ah_hostifregs._reg) argument 2946 #define AR_GLB_SCRATCH(_ah) \ argument 3013 #define AR_SREV_OSPREY(_ah) \ argument 3016 #define AR_SREV_OSPREY_22(_ah) \ argument 3020 #define AR_SREV_OSPREY(_ah) 0 argument 3021 #define AR_SREV_OSPREY_10(_ah) 0 argument 3022 #define AR_SREV_OSPREY_20(_ah) 0 argument 3023 #define AR_SREV_OSPREY_22(_ah) 0 argument 3024 #define AR_SREV_OSPREY_20_OR_LATER(_ah) 0 argument 3025 #define AR_SREV_OSPREY_22_OR_LATER(_ah) 0 argument [all …]
|
H A D | ar9300_spectral.c | 304 #define ar9300_noise_floor_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f… argument 305 #define ar9300_noise_floor_power_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f… argument
|
H A D | ar9300_power.c | 305 #define WOW_WRITE_NS_IPV6_ADDRESS(_ah, _buf_addr, _p_ipv6_addr) \ argument
|
H A D | ar9300_ani.c | 1095 #define CLOCK_RATE(_ah) (ath_hal_mac_clks(ah, 1000)) argument
|
H A D | ar9300phy.h | 805 #define AR_PHY_TX_IQCAL_CONTROL_0(_ah) \ argument 810 #define AR_PHY_TX_IQCAL_CONTROL_1(_ah) \ argument 815 #define AR_PHY_TX_IQCAL_START(_ah) \ argument 820 #define AR_PHY_TX_IQCAL_STATUS_B0(_ah) \ argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212.h | 352 #define AH5212(_ah) ((struct ath_hal_5212 *)(_ah)) argument 414 #define SAVE_CCK(_ah, _chan, _flag) do { \ argument 423 #define RESTORE_CCK(_ah, _chan, _flag) do { \ argument
|