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

/freebsd-9.3-release/tools/tools/ath/athregs/
H A Ddumpregs.c60 static int ath_hal_anyregs(int what);
203 if ((what & DUMP_INTERRUPT) && ath_hal_anyregs(DUMP_INTERRUPT)) {
211 if ((what & DUMP_QCU) && ath_hal_anyregs(DUMP_QCU)) {
219 if ((what & DUMP_DCU) && ath_hal_anyregs(DUMP_DCU)) {
368 ath_hal_anyregs(int what) function

Completed in 105 milliseconds