Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dpata_legacy.c414 u8 rconf = inb(0x3E6); in ht6560b_set_piomode() local
415 if (rconf & 0x24) { in ht6560b_set_piomode()
416 rconf &= ~0x24; in ht6560b_set_piomode()
417 outb(rconf, 0x3E6); in ht6560b_set_piomode()