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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_pdc202xx_old.c65 u8 r_ap, r_bp; local
67 pci_read_config_byte(pdev, port, &r_ap);
69 r_ap &= ~0x3F; /* Preserve ERRDY_EN, SYNC_IN */
71 r_ap |= (pio_timing[pio] >> 8);
75 r_ap |= 0x20; /* IORDY enable */
77 r_ap |= 0x10; /* FIFO enable */
78 pci_write_config_byte(pdev, port, r_ap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_pdc202xx_old.c65 u8 r_ap, r_bp; local
67 pci_read_config_byte(pdev, port, &r_ap);
69 r_ap &= ~0x3F; /* Preserve ERRDY_EN, SYNC_IN */
71 r_ap |= (pio_timing[pio] >> 8);
75 r_ap |= 0x20; /* IORDY enable */
77 r_ap |= 0x10; /* FIFO enable */
78 pci_write_config_byte(pdev, port, r_ap);

Completed in 106 milliseconds