Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtsi148.c19 #define LPCI_DEVICE PCI_DEVICE_ID_TUNDRA_TSI148 macro
43 busdevfn = pci_find_device(LPCI_VENDOR, LPCI_DEVICE, 0); in tsi148_init()
70 if (((LPCI_DEVICE << 16) | LPCI_VENDOR) != readl(&dev->uregs->pci_id)) { in tsi148_init()