Lines Matching refs:status2
491 softsp->status2 = (uchar_t *)((caddr_t)softsp->csr + in sysctrl_attach()
1444 uchar_t status2; in system_high_handler() local
1454 status2 = *(softsp->status2); in system_high_handler()
1457 if (status2 & SYS_AC_FAIL) { in system_high_handler()
1472 ((~status2) & (SYS_PPS0_OK | SYS_CLK_33_OK | in system_high_handler()
1485 if (status2 & SYS_RACK_FANFAIL || in system_high_handler()
1486 !(status2 & SYS_AC_FAN_OK) || in system_high_handler()
1487 !(status2 & SYS_KEYSW_FAN_OK)) { in system_high_handler()
1493 softsp->pps_fan_saved = status2; in system_high_handler()
1744 if (*softsp->status2 & SYS_AC_FAIL) { /* still bad? */ in ac_fail_retry()
1821 uchar_t ps_stat, ps_pres, status1, status2, pppsr; in ps_fail_handler() local
1831 status2 = *softsp->status2; in ps_fail_handler()
1861 temp_psok = status2 & SYS_PPS0_OK; in ps_fail_handler()
1867 temp_psok = status2 & SYS_CLK_33_OK; in ps_fail_handler()
1873 temp_psok = status2 & SYS_CLK_50_OK; in ps_fail_handler()
2972 kstat_named_init(&sysksp->status2, STAT2_KSTAT_NAMED, in sysctrl_add_kstats()
3049 sysksp->status2.value.c[0] = *(softsp->status2); in sysctrl_kstat_update()