Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2903 scsb->scsb_state |= SCSB_SSB_PRESENT; in scsb_check_config_status()
2905 scsb->scsb_state &= ~SCSB_SSB_PRESENT; in scsb_check_config_status()
4407 if (!(scsb->scsb_state & SCSB_SSB_PRESENT)) { in scsb_intr()
4410 if (scsb->scsb_state & SCSB_SSB_PRESENT && in scsb_intr()
4440 if (scsb->scsb_state & SCSB_SSB_PRESENT && in scsb_intr()
4565 if (scsb->scsb_state & SCSB_SSB_PRESENT && in scsb_intr()
4594 if (scsb->scsb_state & SCSB_SSB_PRESENT && in scsb_intr()
4615 if (scsb->scsb_state & SCSB_SSB_PRESENT && in scsb_intr()
5338 if (scsb->scsb_state & SCSB_SSB_PRESENT) { in scsb_write_mask()
5434 if (!(scsb->scsb_state & SCSB_SSB_PRESENT)) { in scsb_rdwr_register()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb.h537 #define SCSB_SSB_PRESENT 0x2000 macro