Searched refs:ESC_STAT_INTERRUPT_PENDING (Results 1 – 3 of 3) sorted by relevance
96 #define ESC_STAT_INTERRUPT_PENDING 0x80 macro
316 if (*rp->esc.esc_status & ESC_STAT_INTERRUPT_PENDING) { in cosc_intr()329 } while((*rp->esc.esc_status & ESC_STAT_INTERRUPT_PENDING) in cosc_intr()
465 while(*rp->esc_status & ESC_STAT_INTERRUPT_PENDING) { in escreset()552 while(!(*rp->esc_status & ESC_STAT_INTERRUPT_PENDING)); in esciwait()653 while(!(*esc_status & ESC_STAT_INTERRUPT_PENDING)); in esc_ixfer()670 while(!(*esc_status & ESC_STAT_INTERRUPT_PENDING)); in esc_ixfer()741 if (!(*rp->esc_status & ESC_STAT_INTERRUPT_PENDING)) { in esc_select_unit()