Searched defs:r_ap (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dpata_pdc202xx_old.c86 u8 r_ap, r_bp; local
88 pci_read_config_byte(pdev, port, &r_ap);
90 r_ap &= ~0x3F; /* Preserve ERRDY_EN, SYNC_IN */
92 r_ap |= (pio_timing[pio] >> 8);
96 r_ap |= 0x20; /* IORDY enable */
98 r_ap |= 0x10; /* FIFO enable */
99 pci_write_config_byte(pdev, port, r_ap);

Completed in 22 milliseconds