Lines Matching defs:HT_CONFIG_PORT
46 #define HT_CONFIG_PORT 0x3e6
139 (void)inb(HT_CONFIG_PORT);
140 (void)inb(HT_CONFIG_PORT);
141 (void)inb(HT_CONFIG_PORT);
142 (void)inb(HT_CONFIG_PORT);
143 outb(select, HT_CONFIG_PORT);
168 if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff)
172 outb(0x00, HT_CONFIG_PORT);
173 if (!( (~inb(HT_CONFIG_PORT)) & 0x3f )) {
174 outb(orig_value, HT_CONFIG_PORT);
178 outb(0x00, HT_CONFIG_PORT);
179 if ((~inb(HT_CONFIG_PORT))& 0x3f) {
180 outb(orig_value, HT_CONFIG_PORT);
186 outb(HT_CONFIG_DEFAULT, HT_CONFIG_PORT);
361 if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) {
362 printk(KERN_NOTICE "%s: HT_CONFIG_PORT not found\n",
375 release_region(HT_CONFIG_PORT, 1);