taglinefilesource code
scb_byte3439drivers/scsi/aic7xxx.cunsigned char sblkctl_reg, scb_byte;
scb_byte3514drivers/scsi/aic7xxx.cscb_byte = ~(inb(SCBARRAY(base)));  /* complement the byte */
scb_byte3515drivers/scsi/aic7xxx.coutb(scb_byte, SCBARRAY(base));     /* write it back out */
scb_byte3516drivers/scsi/aic7xxx.cif (inb(SCBARRAY(base)) != scb_byte)