Home
last modified time | relevance | path

Searched refs:T_ST_RDY (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()
346 while (!(isa_readb(instance->base + T_STATUS_REG_OFFSET) & T_ST_RDY)) in NCR5380_pwrite()
Dt128.h85 #define T_ST_RDY 0x04 /* 5380 DRQ */ macro