Searched refs:T_STATUS_REG_OFFSET (Results 1 – 2 of 2) sorted by relevance
309 while (!(isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_RDY)) in NCR5380_pread()315 if (isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_TIM) { in NCR5380_pread()346 while (!(isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_RDY)) in NCR5380_pwrite()352 if (isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_TIM) { in NCR5380_pwrite()
79 #define T_STATUS_REG_OFFSET 0x1c20 /* ro */ macro