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

/linux-4.1.27/drivers/ata/
H A Dpata_ns87410.c67 u8 idetcr, idefr; ns87410_set_piomode() local
80 pci_read_config_byte(pdev, port + 3, &idefr); ns87410_set_piomode()
83 idefr |= 0x04; /* IORDY enable */ ns87410_set_piomode()
85 idefr &= ~0x04; ns87410_set_piomode()
99 pci_write_config_byte(pdev, port + 3, idefr); ns87410_set_piomode()

Completed in 40 milliseconds