Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/conf/
H A Dkern.fwd.mk15 .for _h in ${_cpu_hdrs}
16 _fwd:= ${_MACHINE_FWD}/include/machine/${_h:T}
18 ${_fwd}: ${_h}
28 .for _h in ${_lhdrs}
29 _fwd:= ${_MACHINE_FWD}/include/${_h}
31 ${_fwd}: ${SYSDIR}/sys/${_h}
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c359 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument
360 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10)) in ath_tdma_update()
H A Dif_ath_beacon.c939 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument
940 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10)) in ath_beacon_config()