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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ns87410.c82 u8 idetcr, idefr; local
95 pci_read_config_byte(pdev, port + 3, &idefr);
98 idefr |= 0x04; /* IORDY enable */
100 idefr &= ~0x04;
114 pci_write_config_byte(pdev, port + 3, idefr);

Completed in 95 milliseconds