Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1863 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1881 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) || in ps_fail_handler()
1890 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) || in ps_fail_handler()
1899 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1905 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1912 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1919 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1926 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h155 #define SYS_NOT_PPS0_PRES 0x04 /* ==0 If PPS0 present */ macro