Lines Matching refs:isa_dev
49 static struct pci_dev *isa_dev; variable
235 isa_dev = pci_get_device(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1533, NULL); in init_chipset_ali15x3()
253 if (m5229_revision >= 0x20 && isa_dev) { in init_chipset_ali15x3()
254 pci_read_config_byte(isa_dev, 0x5e, &tmpbyte); in init_chipset_ali15x3()
283 if (m5229_revision < 0xC5 && isa_dev) in init_chipset_ali15x3()
289 pci_read_config_byte(isa_dev, 0x79, &tmpbyte); in init_chipset_ali15x3()
294 pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x04); in init_chipset_ali15x3()
299 pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x02); in init_chipset_ali15x3()
327 pci_dev_put(isa_dev); in init_chipset_ali15x3()
425 if (isa_dev) { in init_hwif_ali15x3()
429 pci_read_config_byte(isa_dev, 0x58, &ideic); in init_hwif_ali15x3()
440 pci_read_config_byte(isa_dev, 0x44, &inmir); in init_hwif_ali15x3()
447 pci_read_config_byte(isa_dev, 0x75, &inmir); in init_hwif_ali15x3()