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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_ns87410.c68 u8 idetcr, idefr; local
81 pci_read_config_byte(pdev, port + 3, &idefr);
84 idefr |= 0x04; /* IORDY enable */
86 idefr &= ~0x04;
100 pci_write_config_byte(pdev, port + 3, idefr);

Completed in 38 milliseconds