north             434 drivers/ata/pata_ali.c 	struct pci_dev *north;
north             469 drivers/ata/pata_ali.c 	north = pci_get_domain_bus_and_slot(pci_domain_nr(pdev->bus), 0,
north             471 drivers/ata/pata_ali.c 	if (north && north->vendor == PCI_VENDOR_ID_AL && ali_isa_bridge) {
north             480 drivers/ata/pata_ali.c 	pci_dev_put(north);
north             231 drivers/ide/alim15x3.c 	struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0));
north             280 drivers/ide/alim15x3.c 	if (north && north->vendor != PCI_VENDOR_ID_AL)
north             327 drivers/ide/alim15x3.c 	pci_dev_put(north);