Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1318 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()
1327 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()
1330 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1334 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()
1335 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1457 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()
1461 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_watchdog_reset()
1605 dev->reset_cause[cause]++; in mt7603_watchdog_check()
1862 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.c4076 htt_stats_buf->reset_cause); in htt_print_phy_reset_stats_tlv()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs_htt_stats.h1670 __le32 reset_cause; member
H A Ddebugfs_htt_stats.c3805 le32_to_cpu(htt_stats_buf->reset_cause)); in ath12k_htt_print_phy_reset_stats_tlv()