Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dht6560b.c45 #define HT_CONFIG_PORT 0x3e6 macro
138 (void)inb(HT_CONFIG_PORT); in ht6560b_dev_select()
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 outb(select, HT_CONFIG_PORT); in ht6560b_dev_select()
167 if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff) in try_to_init_ht6560b()
171 outb(0x00, HT_CONFIG_PORT); in try_to_init_ht6560b()
172 if (!( (~inb(HT_CONFIG_PORT)) & 0x3f )) { in try_to_init_ht6560b()
173 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
[all …]