Searched refs:reset_cause (Results 1 – 7 of 7) sorted by relevance
25 dev->reset_cause[i]); in mt7603_reset_read()
1180 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()1189 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()1192 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()1196 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()1197 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()1295 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()1301 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_mac_watchdog_reset()1456 dev->reset_cause[cause]++; in mt7603_watchdog_check()1710 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
151 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
1019 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local1027 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()1044 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event()
270 __u32 reset_cause; member
754 static const char * const reset_cause[__RESET_TYPE_MAX] = { in read_file_reset() local771 for (i = 0; i < ARRAY_SIZE(reset_cause); i++) { in read_file_reset()772 if (!reset_cause[i]) in read_file_reset()775 seq_printf(file, "%17s: %2d\n", reset_cause[i], in read_file_reset()
5211 uint16_t reset_cause; member