Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci-qmp-cmds.c151 pci_get_word(dev->config + PCI_CB_SUBSYSTEM_VENDOR_ID); in qmp_query_pci_device()
/openbmc/linux/arch/mips/pci/
H A Dops-bcm63xx.c217 case (PCI_CB_SUBSYSTEM_VENDOR_ID >> 2): in fake_cb_bridge_read()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h202 #define PCI_CB_SUBSYSTEM_VENDOR_ID 0x40 macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h202 #define PCI_CB_SUBSYSTEM_VENDOR_ID 0x40 macro
/openbmc/u-boot/cmd/
H A Dpci.c249 { "subvendor ID", PCI_SIZE_16, PCI_CB_SUBSYSTEM_VENDOR_ID },
/openbmc/u-boot/include/
H A Dpci.h308 #define PCI_CB_SUBSYSTEM_VENDOR_ID 0x40 macro
/openbmc/linux/drivers/pci/
H A Dprobe.c1984 pci_read_config_word(dev, PCI_CB_SUBSYSTEM_VENDOR_ID, &dev->subsystem_vendor); in pci_setup_device()