Searched defs:tlan_get_bit (Results 1 – 2 of 2) sorted by relevance
502 #define tlan_get_bit(bit, port) ((int) (inb_p(port) & bit)) macro