Home
last modified time | relevance | path

Searched refs:drive_conf (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dpdc202xx_old.c242 u32 drive_conf; in pdc202xx_tune_chipset() local
249 pci_read_config_dword(dev, drive_pci, &drive_conf); in pdc202xx_tune_chipset()
329 drive->dn, drive_conf); in pdc202xx_tune_chipset()
330 pci_read_config_dword(dev, drive_pci, &drive_conf); in pdc202xx_tune_chipset()
331 printk("0x%08x\n", drive_conf); in pdc202xx_tune_chipset()
367 u32 drive_conf = 0; in config_chipset_for_dma() local
441 pci_read_config_dword(dev, drive_pci, &drive_conf); in config_chipset_for_dma()
442 if ((drive_conf != 0x004ff304) && (drive_conf != 0x004ff3c4)) in config_chipset_for_dma()
475 pci_write_config_dword(dev, drive_pci, drive_conf); in config_chipset_for_dma()
Dpdc202xx_new.c146 u32 drive_conf; in pdcnew_tune_chipset() local
153 pci_read_config_dword(dev, drive_pci, &drive_conf); in pdcnew_tune_chipset()
233 drive->dn, drive_conf); in pdcnew_tune_chipset()
234 pci_read_config_dword(dev, drive_pci, &drive_conf); in pdcnew_tune_chipset()
235 printk("0x%08x\n", drive_conf); in pdcnew_tune_chipset()
Daec62xx.c268 u8 ultra = 0, drive_conf = 0, ultra_conf = 0; in aec6260_tune_chipset() local
272 pci_read_config_byte(dev, 0x40|drive->dn, &drive_conf); in aec6260_tune_chipset()
273 drive_conf = pci_bus_clock_list(speed, BUSCLOCK(dev)); in aec6260_tune_chipset()
274 pci_write_config_byte(dev, 0x40|drive->dn, drive_conf); in aec6260_tune_chipset()
Dhpt366.c374 u32 list_conf = 0, drive_conf = 0; in hpt370_tune_chipset() local
400 pci_read_config_dword(dev, drive_pci, &drive_conf); in hpt370_tune_chipset()
401 list_conf = (list_conf & ~conf_mask) | (drive_conf & conf_mask); in hpt370_tune_chipset()
417 u32 list_conf = 0, drive_conf = 0; in hpt372_tune_chipset() local
430 pci_read_config_dword(dev, drive_pci, &drive_conf); in hpt372_tune_chipset()
431 list_conf = (list_conf & ~conf_mask) | (drive_conf & conf_mask); in hpt372_tune_chipset()