Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h243 #define IOSRAM_STATE_MASTER 0x0004 /* MASTER IOSRAM */ macro
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c1421 if (!(softp->state & IOSRAM_STATE_MASTER)) { in iosram_softintr()
2614 ASSERT((softp->state & IOSRAM_STATE_MASTER) == 0); in iosram_remove_map()
2720 iosram_master->state &= ~IOSRAM_STATE_MASTER; in iosram_set_master()
2728 softp->state |= IOSRAM_STATE_MASTER; in iosram_set_master()