Searched refs:master_0 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/ata/ |
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()
|