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