Searched refs:master_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 149 master_0 = pci_dev_get(dev); in init_chipset_cs5530() 156 if (!master_0) { in init_chipset_cs5530() 193 pci_write_config_byte(master_0, 0x40, 0x1e); in init_chipset_cs5530() 205 pci_write_config_byte(master_0, 0x41, 0x14); in init_chipset_cs5530() 212 pci_write_config_byte(master_0, 0x42, 0x00); in init_chipset_cs5530() 213 pci_write_config_byte(master_0, 0x43, 0xc1); in init_chipset_cs5530() 216 pci_dev_put(master_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 200 master_0 = pci_dev_get(dev); in cs5530_init_chip() 207 if (!master_0) { in cs5530_init_chip() 241 pci_write_config_byte(master_0, 0x40, 0x1e); in cs5530_init_chip() 253 pci_write_config_byte(master_0, 0x41, 0x14); in cs5530_init_chip() 260 pci_write_config_byte(master_0, 0x42, 0x00); in cs5530_init_chip() 261 pci_write_config_byte(master_0, 0x43, 0xc1); in cs5530_init_chip() 263 pci_dev_put(master_0); in cs5530_init_chip() 267 pci_dev_put(master_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 201 master_0 = pci_dev_get(dev); in cs5530_init_chip() 208 if (!master_0) { in cs5530_init_chip() 242 pci_write_config_byte(master_0, 0x40, 0x1e); in cs5530_init_chip() 254 pci_write_config_byte(master_0, 0x41, 0x14); in cs5530_init_chip() 261 pci_write_config_byte(master_0, 0x42, 0x00); in cs5530_init_chip() 262 pci_write_config_byte(master_0, 0x43, 0xc1); in cs5530_init_chip() 264 pci_dev_put(master_0); in cs5530_init_chip() 268 pci_dev_put(master_0); in cs5530_init_chip()
|
Completed in 2 milliseconds