Searched defs:tlan_clear_bit (Results 1 – 2 of 2) sorted by relevance
501 #define tlan_clear_bit(bit, port) outb_p(inb_p(port) & ~bit, port) macro