Searched refs:TC_HIGH (Results 1 – 3 of 3) sorted by relevance
63 #define TC_HIGH 0x0E /* Transfer counter high */ macro237 outb((len & 0xFF0000) >> 16, base + TC_HIGH); in sym53c416_set_transfer_counter()576 if(!inb(base + TC_HIGH) || inb(base + TC_HIGH) == 0xFF) in sym53c416_test()727 int rev = inb(base + TC_HIGH); in sym53c416_info()
104 outb((count >> 16) & 0xff, TC_HIGH);264 static int TC_HIGH; /* Transfer Counter High */ variable1028 TC_HIGH = (port_base + 0x0E); in calc_port_addr()
112 #define TC_HIGH 0x0E /* transfer counter high */ macro152 outb((count >> 16) & 0xff, (x) + TC_HIGH);