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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ali.c444 struct pci_dev *north, *isa_bridge; local
464 north = pci_get_bus_and_slot(0, PCI_DEVFN(0,0));
467 if (north && north->vendor == PCI_VENDOR_ID_AL && isa_bridge) {
492 pci_dev_put(north);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dalim15x3.c481 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0)); local
527 * North bridge. We might have no north found on some zany
531 if (north && north->vendor != PCI_VENDOR_ID_AL)
554 pci_dev_put(north);

Completed in 53 milliseconds