Searched refs:IDLE_OPEN (Results 1 – 3 of 3) sorted by relevance
165 #define IDLE_OPEN 0x00 /* Default mode, TX and RX polled macro
188 case IDLE_OPEN: return("IDLE_OPEN"); in si_cmdname()1538 while((x = ccbp->hi_stat) != IDLE_OPEN && in si_command()1579 while((x = ccbp->hi_stat) != IDLE_OPEN && in si_command()
407 case IDLE_OPEN: return "IDLE_OPEN"; in s_stat()