Searched refs:T_ST_RDY (Results 1 – 2 of 2) sorted by relevance
309 while (!(isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_RDY)) in NCR5380_pread()346 while (!(isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_RDY)) in NCR5380_pwrite()
85 #define T_ST_RDY 0x04 /* 5380 DRQ */ macro