Home
last modified time | relevance | path

Searched refs:reset_cause (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1329 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()
1338 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()
1341 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1345 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()
1346 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1444 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()
1450 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_mac_watchdog_reset()
1612 dev->reset_cause[cause]++; in mt7603_watchdog_check()
1869 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
H A Ddebugfs.c25 dev->reset_cause[i]); in mt7603_reset_read()
H A Dmt7603.h157 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h1986 u32 reset_cause; member
H A Ddebugfs_htt_stats.c4075 htt_stats_buf->reset_cause); in htt_print_phy_reset_stats_tlv()