Searched refs:IOSRAM_STATE_MAPPED (Results 1 – 2 of 2) sorted by relevance
244 #define IOSRAM_STATE_MAPPED 0x0008 /* IOSRAM mapped */ macro
558 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()