Lines Matching refs:HT_CONFIG_PORT
46 #define HT_CONFIG_PORT 0x3e6 macro
139 (void)inb(HT_CONFIG_PORT); in ht6560b_dev_select()
140 (void)inb(HT_CONFIG_PORT); in ht6560b_dev_select()
141 (void)inb(HT_CONFIG_PORT); in ht6560b_dev_select()
142 (void)inb(HT_CONFIG_PORT); in ht6560b_dev_select()
143 outb(select, HT_CONFIG_PORT); in ht6560b_dev_select()
168 if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff) in try_to_init_ht6560b()
172 outb(0x00, HT_CONFIG_PORT); in try_to_init_ht6560b()
173 if (!( (~inb(HT_CONFIG_PORT)) & 0x3f )) { in try_to_init_ht6560b()
174 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
178 outb(0x00, HT_CONFIG_PORT); in try_to_init_ht6560b()
179 if ((~inb(HT_CONFIG_PORT))& 0x3f) { in try_to_init_ht6560b()
180 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
186 outb(HT_CONFIG_DEFAULT, HT_CONFIG_PORT); in try_to_init_ht6560b()
361 if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) { in ht6560b_init()
375 release_region(HT_CONFIG_PORT, 1); in ht6560b_init()