Searched refs:cs5530_0 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_cs5530.c | 196 struct pci_dev *master_0 = NULL, *cs5530_0 = NULL, *dev = NULL; in cs5530_init_chip() local 204 cs5530_0 = pci_dev_get(dev); in cs5530_init_chip() 212 if (!cs5530_0) { in cs5530_init_chip() 217 pci_set_master(cs5530_0); in cs5530_init_chip() 218 pci_try_set_mwi(cs5530_0); in cs5530_init_chip() 227 pci_write_config_byte(cs5530_0, PCI_CACHE_LINE_SIZE, 0x04); in cs5530_init_chip() 234 pci_write_config_word(cs5530_0, 0xd0, 0x5006); in cs5530_init_chip() 265 pci_dev_put(cs5530_0); in cs5530_init_chip() 269 pci_dev_put(cs5530_0); in cs5530_init_chip()
|
Completed in 3 milliseconds