Searched refs:HT_CONFIG_PORT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dht6560b.c45 #define HT_CONFIG_PORT 0x3e6 macro
138 (void)inb(HT_CONFIG_PORT); ht6560b_dev_select()
139 (void)inb(HT_CONFIG_PORT); ht6560b_dev_select()
140 (void)inb(HT_CONFIG_PORT); ht6560b_dev_select()
141 (void)inb(HT_CONFIG_PORT); ht6560b_dev_select()
142 outb(select, HT_CONFIG_PORT); ht6560b_dev_select()
167 if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff) try_to_init_ht6560b()
171 outb(0x00, HT_CONFIG_PORT); try_to_init_ht6560b()
172 if (!( (~inb(HT_CONFIG_PORT)) & 0x3f )) { try_to_init_ht6560b()
173 outb(orig_value, HT_CONFIG_PORT); try_to_init_ht6560b()
177 outb(0x00, HT_CONFIG_PORT); try_to_init_ht6560b()
178 if ((~inb(HT_CONFIG_PORT))& 0x3f) { try_to_init_ht6560b()
179 outb(orig_value, HT_CONFIG_PORT); try_to_init_ht6560b()
185 outb(HT_CONFIG_DEFAULT, HT_CONFIG_PORT); try_to_init_ht6560b()
360 if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) { ht6560b_init()
361 printk(KERN_NOTICE "%s: HT_CONFIG_PORT not found\n", ht6560b_init()
374 release_region(HT_CONFIG_PORT, 1); ht6560b_init()

Completed in 72 milliseconds