Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_common.c332 PCI_CLASS_REVISION, &class); in pci_find_class()
340 pci_read_config_dword(bdf, PCI_CLASS_REVISION, in pci_find_class()
H A Dpcie_dw_mvebu.c527 clrsetbits_le32(pcie->ctrl_base + PCI_CLASS_REVISION, in pcie_dw_mvebu_probe()
H A Dpcie_imx.c292 setbits_le32(MX6_DBI_ADDR + PCI_CLASS_REVISION, in imx_pcie_regions_setup()
H A Dpci_tegra.c330 if ((offset & ~3) == PCI_CLASS_REVISION) { in pci_tegra_read_config()
H A Dpci-uclass.c797 pci_bus_read_config(bus, bdf, PCI_CLASS_REVISION, &class, in pci_bind_bus_devices()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h71 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ macro
/openbmc/u-boot/include/
H A Dpci.h51 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 macro
/openbmc/qemu/hw/ppc/
H A Dpegasos2.c
/openbmc/qemu/hw/vfio/
H A Dpci.c3313 /* Higher 24 bits of PCI_CLASS_REVISION are class code */ in vfio_pci_interrupt_setup()
3314 vfio_add_emulated_long(vdev, PCI_CLASS_REVISION, in vfio_pci_interrupt_setup()
3318 vdev->class_code = pci_get_long(pdev->config + PCI_CLASS_REVISION) >> 8; in vfio_pci_interrupt_setup()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c280 datal = qpci_config_readl(ahci->dev, PCI_CLASS_REVISION); in ahci_test_pci_spec()