Lines Matching defs:timing
238 * Program the VIA registers for DMA and PIO modes. Uses the ata timing
266 /* Calculate the timing values we require */
269 /* We share 8bit timing so we must merge the constraints */
502 u32 timing;
509 pci_read_config_dword(pdev, 0x50, &timing);
510 timing |= 0x80008;
511 pci_write_config_dword(pdev, 0x50, timing);
515 pci_read_config_dword(pdev, 0x50, &timing);
516 timing &= ~0x80008;
517 pci_write_config_dword(pdev, 0x50, timing);