Searched refs:P_ST_RDY (Results 1 – 2 of 2) sorted by relevance
482 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()
103 #define P_ST_RDY 0x80 /* 5380 DDRQ Status */ macro