Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h244 #define IOSRAM_STATE_MAPPED 0x0008 /* IOSRAM mapped */ macro
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Diosram.c558 ASSERT((softp->state & IOSRAM_STATE_MAPPED) == 0); in iosram_detach()
2602 softp->state |= IOSRAM_STATE_MAPPED; in iosram_setup_map()
2633 softp->state &= ~IOSRAM_STATE_MAPPED; in iosram_remove_map()
2713 ASSERT(softp->state & IOSRAM_STATE_MAPPED); in iosram_set_master()
2759 ASSERT(softp->state & IOSRAM_STATE_MAPPED); in iosram_read_toc()