Searched refs:PIO_INT_REG (Results 1 – 1 of 1) sorted by relevance
69 #define PIO_INT_REG 0x15 /* PIO interrupt register */ macro272 while(time_before(jiffies, i) && (inb(base + PIO_INT_REG) & EMPTY) && timeout) in sym53c416_read()273 if(inb(base + PIO_INT_REG) & SCI) in sym53c416_read()276 if(inb(base + PIO_INT_REG) & EMPTY) in sym53c416_read()316 while(time_before(jiffies, i) && (inb(base + PIO_INT_REG) & FULL) && timeout) in sym53c416_write()319 if(inb(base + PIO_INT_REG) & FULL) in sym53c416_write()339 pio_int_reg = inb(base + PIO_INT_REG); in sym53c416_intr_handle()578 if((inb(base + PIO_INT_REG) & (FULL | EMPTY | CE | OUE | FIE | EIE)) != EMPTY) in sym53c416_test()