/openbmc/linux/drivers/pci/ |
H A D | pci-bridge-emul.c | 59 (PCI_STATUS_CAP_LIST | PCI_STATUS_66MHZ | 357 bridge->conf.status = cpu_to_le16(PCI_STATUS_CAP_LIST); in pci_bridge_emul_init() 385 bridge->conf.status |= cpu_to_le16(PCI_STATUS_CAP_LIST); in pci_bridge_emul_init()
|
/openbmc/qemu/hw/pci-host/ |
H A D | sh_pci.c | 152 pci_set_word(d->config + PCI_STATUS, PCI_STATUS_CAP_LIST | in sh_pcic_pci_realize()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cfg_space.c | 365 if (vgpu_cfg_space(vgpu)[PCI_STATUS] & PCI_STATUS_CAP_LIST) { in intel_vgpu_init_cfg_space()
|
/openbmc/linux/drivers/char/agp/ |
H A D | parisc-agp.c | 308 if (!(status & PCI_STATUS_CAP_LIST)) in lba_find_capability()
|
H A D | isoch.c | 392 if ((mpstat & PCI_STATUS_CAP_LIST) == 0) in agp_3_5_enable()
|
H A D | hp-agp.c | 188 if (!(status & PCI_STATUS_CAP_LIST)) in hp_zx1_lba_find_capability()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | aperture_64.c | 146 PCI_STATUS_CAP_LIST)) in find_cap()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 424 (PCI_STATUS_CAP_LIST | PCI_STATUS_DEVSEL_FAST) << 16; in pcie_init()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 872 dev->cmask[PCI_STATUS] = PCI_STATUS_CAP_LIST; in pci_init_cmask() 2243 if (!(pdev->config[PCI_STATUS] & PCI_STATUS_CAP_LIST)) in pci_find_capability_list() 2264 assert(pdev->config[PCI_STATUS] & PCI_STATUS_CAP_LIST); in pci_find_capability_at_offset() 2481 pdev->config[PCI_STATUS] |= PCI_STATUS_CAP_LIST; in pci_add_capability() 2505 pdev->config[PCI_STATUS] &= ~PCI_STATUS_CAP_LIST; in pci_del_capability()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 271 reg_field |= PCI_STATUS_CAP_LIST; in xen_pt_status_reg_init() 273 reg_field &= ~PCI_STATUS_CAP_LIST; in xen_pt_status_reg_init() 1887 if ((status & PCI_STATUS_CAP_LIST) == 0) { in find_cap_offset()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 675 p_setw(perm, PCI_STATUS, PCI_STATUS_CAP_LIST, NO_WRITE); in init_pci_cap_basic_perm() 1533 if (!(status & PCI_STATUS_CAP_LIST)) in vfio_cap_init() 1607 *vstatus &= ~cpu_to_le16(PCI_STATUS_CAP_LIST); in vfio_cap_init()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 493 if (!(status & PCI_STATUS_CAP_LIST)) in pci_hose_find_cap_start()
|
H A D | pci-uclass.c | 1395 if (!(status & PCI_STATUS_CAP_LIST)) in dm_pci_find_capability()
|
/openbmc/linux/drivers/bcma/ |
H A D | driver_pci_host.c | 289 if (!(byte_val & PCI_STATUS_CAP_LIST)) in bcma_find_pci_capability()
|
/openbmc/qemu/hw/audio/ |
H A D | via-ac97.c | 442 PCI_STATUS_CAP_LIST | PCI_STATUS_DEVSEL_MEDIUM); in via_ac97_realize()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 56 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 256 if (!(status & PCI_STATUS_CAP_LIST)) in pseries_eeh_cap_start()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 56 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 121 PCI_STATUS_CAP_LIST); in mdpy_create_config_space()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 370 PCI_STATUS_CAP_LIST)) in find_cap()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 36 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 242 if (!(status & PCI_STATUS_CAP_LIST)) in pnv_eeh_find_cap()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 2193 vdev->emulated_config_bits[PCI_STATUS] |= PCI_STATUS_CAP_LIST; in vfio_add_std_cap() 2390 if (!(pdev->config[PCI_STATUS] & PCI_STATUS_CAP_LIST) || in vfio_add_capabilities()
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 270 ASSERT_BIT_SET(data, PCI_STATUS_CAP_LIST); /* must be set */ in ahci_test_pci_spec()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic.c | 578 if (!(s & PCI_STATUS_CAP_LIST)) in mpic_scan_ht_pics()
|