Searched refs:pci_id (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Duniverse.h22 unsigned int pci_id; member in struct:_UNIVERSE
H A Dtsi148.h45 unsigned int pci_id; /* 0x000 */ member in struct:_TSI148
/u-boot/cmd/
H A Duniverse.c65 debug (" Read via mapping, PCI_ID = %08X\n", readl(&dev->uregs->pci_id));
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) {
68 readl(&dev->uregs->pci_id));
H A Dtsi148.c70 readl(&dev->uregs->pci_id));
71 if (((LPCI_DEVICE << 16) | LPCI_VENDOR) != readl(&dev->uregs->pci_id)) {
73 readl(&dev->uregs->pci_id));
/u-boot/drivers/net/bnxt/
H A Dbnxt_hsi.h245 __le16 pci_id; member in struct:hwrm_func_qcfg_output
H A Dbnxt.c651 bp->ordinal_value = (u8)resp->pci_id & 0x0F;

Completed in 108 milliseconds