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