HomeSort by: relevance | last modified time | path
    Searched refs:ESC_STAT_INTERRUPT_PENDING (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
escreg.h 96 #define ESC_STAT_INTERRUPT_PENDING 0x80
cosc.c 316 if (*rp->esc.esc_status & ESC_STAT_INTERRUPT_PENDING) {
329 } while((*rp->esc.esc_status & ESC_STAT_INTERRUPT_PENDING)
esc.c 465 while(*rp->esc_status & ESC_STAT_INTERRUPT_PENDING) {
552 while(!(*rp->esc_status & ESC_STAT_INTERRUPT_PENDING));
653 while(!(*esc_status & ESC_STAT_INTERRUPT_PENDING));
670 while(!(*esc_status & ESC_STAT_INTERRUPT_PENDING));
741 if (!(*rp->esc_status & ESC_STAT_INTERRUPT_PENDING)) {

Completed in 13 milliseconds