Searched refs:CLRBITS (Results 1 – 2 of 2) sorted by relevance
292 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) ) macro
1339 CLRBITS(DMACNTRL0, INTEN); in intr()