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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_sis.c790 struct pci_dev *lpc_bridge; local
803 lpc_bridge = pci_get_slot(pdev->bus, 0x10); /* Bus 0 Dev 2 Fn 0 */
804 if (lpc_bridge == NULL)
807 pci_dev_put(lpc_bridge);
809 if (lpc_bridge->revision == 0x10 && (prefctl & 0x80)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dsis5513.c423 struct pci_dev *lpc_bridge; local
435 lpc_bridge = pci_get_slot(dev->bus, 0x10); /* Bus 0, Dev 2, Fn 0 */
437 pci_dev_put(lpc_bridge);
439 if (lpc_bridge->revision == 0x10 && (prefctl & 0x80)) {

Completed in 152 milliseconds