Home
last modified time | relevance | path

Searched refs:ESC_STAT_INTERRUPT_PENDING (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/acorn32/podulebus/
H A Descreg.h96 #define ESC_STAT_INTERRUPT_PENDING 0x80 macro
H A Dcosc.c316 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()
H A Desc.c465 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()