Searched refs:lpc_bridge (Results 1 – 2 of 2) sorted by relevance
832 struct pci_dev *lpc_bridge; in sis_init_one() local845 lpc_bridge = pci_get_slot(pdev->bus, 0x10); /* Bus 0 Dev 2 Fn 0 */ in sis_init_one()846 if (lpc_bridge == NULL) in sis_init_one()849 pci_dev_put(lpc_bridge); in sis_init_one()851 if (lpc_bridge->revision == 0x10 && (prefctl & 0x80)) { in sis_init_one()
423 struct pci_dev *lpc_bridge; in sis_find_family() local435 lpc_bridge = pci_get_slot(dev->bus, 0x10); /* Bus 0, Dev 2, Fn 0 */ in sis_find_family()437 pci_dev_put(lpc_bridge); in sis_find_family()439 if (lpc_bridge->revision == 0x10 && (prefctl & 0x80)) { in sis_find_family()