Searched refs:cs5530_0 (Results 1 – 2 of 2) sorted by relevance
/drivers/ata/ |
D | pata_cs5530.c | 195 struct pci_dev *master_0 = NULL, *cs5530_0 = NULL, *dev = NULL; in cs5530_init_chip() local 203 cs5530_0 = pci_dev_get(dev); in cs5530_init_chip() 211 if (!cs5530_0) { in cs5530_init_chip() 216 pci_set_master(cs5530_0); in cs5530_init_chip() 217 pci_try_set_mwi(cs5530_0); in cs5530_init_chip() 226 pci_write_config_byte(cs5530_0, PCI_CACHE_LINE_SIZE, 0x04); in cs5530_init_chip() 233 pci_write_config_word(cs5530_0, 0xd0, 0x5006); in cs5530_init_chip() 264 pci_dev_put(cs5530_0); in cs5530_init_chip() 268 pci_dev_put(cs5530_0); in cs5530_init_chip()
|
/drivers/ide/ |
D | cs5530.c | 140 struct pci_dev *master_0 = NULL, *cs5530_0 = NULL; in init_chipset_cs5530() local 152 cs5530_0 = pci_dev_get(dev); in init_chipset_cs5530() 160 if (!cs5530_0) { in init_chipset_cs5530() 170 pci_set_master(cs5530_0); in init_chipset_cs5530() 171 pci_try_set_mwi(cs5530_0); in init_chipset_cs5530() 178 pci_write_config_byte(cs5530_0, PCI_CACHE_LINE_SIZE, 0x04); in init_chipset_cs5530() 185 pci_write_config_word(cs5530_0, 0xd0, 0x5006); in init_chipset_cs5530() 217 pci_dev_put(cs5530_0); in init_chipset_cs5530()
|