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