Lines Matching defs:timing
17 * timing parameters.
68 * sl82c105_configure_piomode - set chip PIO timing
73 * Called to do the PIO mode setup. Our timing registers are shared
85 int timing = 0x44 + (8 * ap->port_no) + (4 * adev->devno);
87 pci_write_config_word(pdev, timing, pio_timing[pio]);
89 pci_read_config_word(pdev, timing, &dummy);
97 * Called to do the PIO mode setup. Our timing registers are shared
98 * but we want to set the PIO timing by default.
122 int timing = 0x44 + (8 * ap->port_no) + (4 * adev->devno);
125 pci_write_config_word(pdev, timing, dma_timing[dma]);
127 pci_read_config_word(pdev, timing, &dummy);