Searched refs:PCI_CLASS_REVISION (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_common.c | 332 PCI_CLASS_REVISION, &class); in pci_find_class() 340 pci_read_config_dword(bdf, PCI_CLASS_REVISION, in pci_find_class()
|
| H A D | pcie_dw_mvebu.c | 527 clrsetbits_le32(pcie->ctrl_base + PCI_CLASS_REVISION, in pcie_dw_mvebu_probe()
|
| H A D | pcie_imx.c | 292 setbits_le32(MX6_DBI_ADDR + PCI_CLASS_REVISION, in imx_pcie_regions_setup()
|
| H A D | pci_tegra.c | 330 if ((offset & ~3) == PCI_CLASS_REVISION) { in pci_tegra_read_config()
|
| H A D | pci-uclass.c | 797 pci_bus_read_config(bus, bdf, PCI_CLASS_REVISION, &class, in pci_bind_bus_devices()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | pci_regs.h | 71 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ macro
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 51 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 macro
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pegasos2.c | |
| /openbmc/qemu/hw/vfio/ |
| H A D | pci.c | 3313 /* 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 D | ahci-test.c | 280 datal = qpci_config_readl(ahci->dev, PCI_CLASS_REVISION); in ahci_test_pci_spec()
|