Searched refs:SYS_PPS_FAN_FAIL_EN (Results 1 – 2 of 2) sorted by relevance
250 int enable_sys_interrupt = SYS_AC_PWR_FAIL_EN | SYS_PPS_FAN_FAIL_EN |566 *(softsp->csr) &= ~(SYS_PPS_FAN_FAIL_EN | SYS_PS_FAIL_EN | in sysctrl_attach()734 SYS_PPS_FAN_FAIL_EN | SYS_SBRD_PRES_EN); in sysctrl_attach()1484 if (csr & SYS_PPS_FAN_FAIL_EN) { in system_high_handler()1496 csr &= ~SYS_PPS_FAN_FAIL_EN; in system_high_handler()1529 SYS_PPS_FAN_FAIL_EN | SYS_SBRD_PRES_EN); in system_high_handler()1533 SYS_PPS_FAN_FAIL_EN | SYS_SBRD_PRES_EN); in system_high_handler()1576 if (softsp->saved_en_state & SYS_PPS_FAN_FAIL_EN) in spur_delay()1654 SYS_PPS_FAN_FAIL_EN | SYS_SBRD_PRES_EN); in spur_reenable()2521 *(softsp->csr) |= SYS_PPS_FAN_FAIL_EN; in pps_fanfail_reenable()
141 #define SYS_PPS_FAN_FAIL_EN 0x80 /* PPS Fan Fail Interrupt Enable */ macro