Home
last modified time | relevance | path

Searched refs:ps_pres (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c501 softsp->ps_pres = (uchar_t *)((caddr_t)softsp->csr + in sysctrl_attach()
1824 uchar_t ps_stat, ps_pres, status1, status2, pppsr; in ps_fail_handler() local
1832 ps_pres = *softsp->ps_pres; in ps_fail_handler()
1857 temp_pres = !((ps_pres >> i) & 0x1); in ps_fail_handler()
1884 !(ps_pres & SYS_NOT_PPS1_PRES)); in ps_fail_handler()
1893 !(ps_pres & SYS_NOT_PPS1_PRES)); in ps_fail_handler()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h397 volatile uchar_t *ps_pres; /* Power Supply Presence register */ member