Searched refs:_h (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tdma.c | 357 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument 358 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10)) in ath_tdma_update()
|
H A D | if_ath_beacon.c | 927 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument 928 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10)) in ath_beacon_config()
|
H A D | if_athvar.h | 1535 #define ath_hal_btcoex_mci_send_message(_ah, _h, _f, _p, _l, _wd, _cbt) \ argument 1536 ((*(_ah)->ah_btMciSendMessage)((_ah), (_h), (_f), (_p), (_l), (_wd), (_cbt)))
|