Searched defs:clrbits8 (Results 1 – 3 of 3) sorted by relevance
978 #define clrbits8(_addr, _v) out_8((_addr), in_8(_addr) & ~(_v)) macro