tag
line
file
source code
P_ST_RDY
496
drivers/scsi/pas16.c
while ( !(inb(instance->io_port + P_STATUS_REG_OFFSET) & P_ST_RDY) );
P_ST_RDY
528
drivers/scsi/pas16.c
while ( !((inb(instance->io_port + P_STATUS_REG_OFFSET)) & P_ST_RDY) );