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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1777 ar9300_get_bb_panic_info(struct ath_hal *ah, struct hal_bb_panic_info *bb_panic) argument
1779 bb_panic->status = AH9300(ah)->ah_bb_panic_last_status;
1790 switch (bb_panic->status) {
1798 bb_panic->tsf = ar9300_get_tsf32(ah);
1799 bb_panic->wd = MS(bb_panic->status, AR_PHY_BB_WD_STATUS);
1800 bb_panic->det = MS(bb_panic->status, AR_PHY_BB_WD_DET_HANG);
1801 bb_panic->rdar = MS(bb_panic
[all...]
H A Dar9300.h1478 extern int ar9300_get_bb_panic_info(struct ath_hal *ah, struct hal_bb_panic_info *bb_panic);

Completed in 87 milliseconds