Home
last modified time | relevance | path

Searched refs:T_STATUS_REG_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dt128.c309 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()
Dt128.h79 #define T_STATUS_REG_OFFSET 0x1c20 /* ro */ macro