tag
line
file
source code
SET
343
drivers/scsi/aha152x.h
#define CLRSETBITS(PORT, CLR, SET) \
SET
344
drivers/scsi/aha152x.h
outb( (inb(PORT) & ~(CLR)) | (SET) , (PORT) )