Searched defs:pppsr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c500 softsp->pppsr = (uchar_t *)((caddr_t)softsp->csr +
654 if ((*(softsp->pppsr) & SYS_NOT_CURRENT_S) != 0) {
1474 (~(*(softsp->pppsr)) & SYS_PPPSR_BITS)) {
1821 uchar_t ps_stat, ps_pres, status1, status2, pppsr; local
1832 pppsr = *softsp->pppsr;
1882 temp_psok = pppsr & SYS_V5_P_OK;
1891 temp_psok = pppsr & SYS_V12_P_OK;
1897 temp_psok = pppsr & SYS_V5_AUX_OK;
1903 temp_psok = pppsr
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h398 volatile uchar_t *pppsr; /* 2nd Power Supply Status register */ member in struct:sysctrl_soft_state

Completed in 49 milliseconds