Searched refs:ath_hal_debug (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/
H A Dah_osdep.c98 int ath_hal_debug = 0; variable
99 SYSCTL_INT(_hw_ath_hal, OID_AUTO, debug, CTLFLAG_RW, &ath_hal_debug,
101 TUNABLE_INT("hw.ath.hal.debug", &ath_hal_debug);
146 (ath_hal_debug & mask)) {
/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah_internal.h624 extern int ath_hal_debug; /* Global debug flags */
633 ath_hal_debug & (__m) || \
/freebsd-10.2-release/tools/tools/ath/athrd/
H A Dathrd.c48 int ath_hal_debug = 0; variable
1062 ath_hal_debug = HAL_DEBUG_ANY;

Completed in 67 milliseconds