Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci-qmp-cmds.c149 info->id->subsystem = pci_get_word(dev->config + PCI_CB_SUBSYSTEM_ID); in qmp_query_pci_device()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h203 #define PCI_CB_SUBSYSTEM_ID 0x42 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h204 #define PCI_CB_SUBSYSTEM_ID 0x42 macro
/openbmc/u-boot/cmd/
H A Dpci.c250 { "subdevice ID", PCI_SIZE_16, PCI_CB_SUBSYSTEM_ID },
/openbmc/u-boot/include/
H A Dpci.h309 #define PCI_CB_SUBSYSTEM_ID 0x42 macro
/openbmc/linux/drivers/pci/
H A Dprobe.c1985 pci_read_config_word(dev, PCI_CB_SUBSYSTEM_ID, &dev->subsystem_device); in pci_setup_device()