Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1860 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1878 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) || in ps_fail_handler()
1887 temp_pres = !(status1 & SYS_NOT_PPS0_PRES) || in ps_fail_handler()
1896 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1902 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1909 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1916 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
1923 temp_pres = !(status1 & SYS_NOT_PPS0_PRES); in ps_fail_handler()
/titanic_41/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h155 #define SYS_NOT_PPS0_PRES 0x04 /* ==0 If PPS0 present */ macro