Home
last modified time | relevance | path

Searched refs:north (Results 1 – 2 of 2) sorted by relevance

/drivers/ata/
Dpata_ali.c434 struct pci_dev *north; in ali_init_chipset() local
469 north = pci_get_domain_bus_and_slot(pci_domain_nr(pdev->bus), 0, in ali_init_chipset()
471 if (north && north->vendor == PCI_VENDOR_ID_AL && ali_isa_bridge) { in ali_init_chipset()
480 pci_dev_put(north); in ali_init_chipset()
/drivers/ide/
Dalim15x3.c231 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0)); in init_chipset_ali15x3() local
280 if (north && north->vendor != PCI_VENDOR_ID_AL) in init_chipset_ali15x3()
327 pci_dev_put(north); in init_chipset_ali15x3()