Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c504 softsp->pppsr = (uchar_t *)((caddr_t)softsp->csr + in sysctrl_attach()
658 if ((*(softsp->pppsr) & SYS_NOT_CURRENT_S) != 0) { in sysctrl_attach()
1477 (~(*(softsp->pppsr)) & SYS_PPPSR_BITS)) { in system_high_handler()
1835 pppsr = *softsp->pppsr; in ps_fail_handler()
1885 temp_psok = pppsr & SYS_V5_P_OK; in ps_fail_handler()
1894 temp_psok = pppsr & SYS_V12_P_OK; in ps_fail_handler()
1900 temp_psok = pppsr & SYS_V5_AUX_OK; in ps_fail_handler()
1906 temp_psok = pppsr & SYS_V5_P_PCH_OK; in ps_fail_handler()
1913 temp_psok = pppsr & SYS_V12_P_PCH_OK; in ps_fail_handler()
1920 temp_psok = pppsr & SYS_V3_PCH_OK; in ps_fail_handler()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h398 volatile uchar_t *pppsr; /* 2nd Power Supply Status register */ member