Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dpas16.c482 while (!(inb(instance->io_port + P_STATUS_REG_OFFSET) & P_ST_RDY)) in NCR5380_pread()
515 while (!((inb(instance->io_port + P_STATUS_REG_OFFSET)) & P_ST_RDY)) in NCR5380_pwrite()
Dpas16.h103 #define P_ST_RDY 0x80 /* 5380 DDRQ Status */ macro