Lines Matching refs:status2
495 softsp->status2 = (uchar_t *)((caddr_t)softsp->csr + in sysctrl_attach()
1447 uchar_t status2; in system_high_handler() local
1457 status2 = *(softsp->status2); in system_high_handler()
1460 if (status2 & SYS_AC_FAIL) { in system_high_handler()
1475 ((~status2) & (SYS_PPS0_OK | SYS_CLK_33_OK | in system_high_handler()
1488 if (status2 & SYS_RACK_FANFAIL || in system_high_handler()
1489 !(status2 & SYS_AC_FAN_OK) || in system_high_handler()
1490 !(status2 & SYS_KEYSW_FAN_OK)) { in system_high_handler()
1496 softsp->pps_fan_saved = status2; in system_high_handler()
1747 if (*softsp->status2 & SYS_AC_FAIL) { /* still bad? */ in ac_fail_retry()
1824 uchar_t ps_stat, ps_pres, status1, status2, pppsr; in ps_fail_handler() local
1834 status2 = *softsp->status2; in ps_fail_handler()
1864 temp_psok = status2 & SYS_PPS0_OK; in ps_fail_handler()
1870 temp_psok = status2 & SYS_CLK_33_OK; in ps_fail_handler()
1876 temp_psok = status2 & SYS_CLK_50_OK; in ps_fail_handler()
2975 kstat_named_init(&sysksp->status2, STAT2_KSTAT_NAMED, in sysctrl_add_kstats()
3052 sysksp->status2.value.c[0] = *(softsp->status2); in sysctrl_kstat_update()