Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/
H A Dah_osdep.c101 int ath_hal_debug = 0; variable
102 SYSCTL_INT(_hw_ath_hal, OID_AUTO, debug, CTLFLAG_RWTUN, &ath_hal_debug,
166 (ath_hal_debug & mask)) { in DO_HALDEBUG()
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_internal.h639 extern int ath_hal_debug; /* Global debug flags */
648 ath_hal_debug & (__m) || \
/freebsd-12.1/tools/tools/ath/athrd/
H A Dathrd.c50 int ath_hal_debug = 0; variable
1050 ath_hal_debug = HAL_DEBUG_ANY; in main()