/openbmc/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_acc.c | 124 case PCI_CAPABILITY_LIST: in pci_acc_read_reg()
|
H A D | cs5536_ohci.c | 128 case PCI_CAPABILITY_LIST: in pci_ohci_read_reg()
|
H A D | cs5536_ehci.c | 132 case PCI_CAPABILITY_LIST: in pci_ehci_read_reg()
|
H A D | cs5536_ide.c | 156 case PCI_CAPABILITY_LIST: in pci_ide_read_reg()
|
H A D | cs5536_isa.c | 301 case PCI_CAPABILITY_LIST: in pci_isa_read_reg()
|
/openbmc/qemu/hw/pci-host/ |
H A D | uninorth.c | 281 d->config[PCI_CAPABILITY_LIST] = 0x00; in unin_main_pci_host_realize() 311 d->config[PCI_CAPABILITY_LIST] = 0x00; in unin_internal_pci_host_realize()
|
H A D | raven.c | 347 d->config[PCI_CAPABILITY_LIST] = 0x00; in raven_realize()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci-pci.c | 42 pci_set_byte(&pci_conf[PCI_CAPABILITY_LIST], 0x00); in usb_ehci_pci_realize()
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 121 case PCI_CAPABILITY_LIST: in sandbox_swap_case_read_config()
|
/openbmc/qemu/hw/ide/ |
H A D | via.c | 204 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in via_ide_realize()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 264 reg_grp_entry = xen_pt_find_reg_grp(s, PCI_CAPABILITY_LIST); in xen_pt_status_reg_init() 267 reg_entry = xen_pt_find_reg(reg_grp_entry, PCI_CAPABILITY_LIST); in xen_pt_status_reg_init() 630 .offset = PCI_CAPABILITY_LIST, 1881 uint8_t pos = PCI_CAPABILITY_LIST; in find_cap_offset()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cfg_space.c | 366 next = vgpu_cfg_space(vgpu)[PCI_CAPABILITY_LIST]; in intel_vgpu_init_cfg_space()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 877 dev->cmask[PCI_CAPABILITY_LIST] = 0xff; in pci_init_cmask() 2246 for (prev = PCI_CAPABILITY_LIST; (next = pdev->config[prev]); in pci_find_capability_list() 2266 for (prev = PCI_CAPABILITY_LIST; (next = pdev->config[prev]); in pci_find_capability_at_offset() 2479 config[PCI_CAP_LIST_NEXT] = pdev->config[PCI_CAPABILITY_LIST]; in pci_add_capability() 2480 pdev->config[PCI_CAPABILITY_LIST] = offset; in pci_add_capability() 2504 if (!pdev->config[PCI_CAPABILITY_LIST]) in pci_del_capability()
|
/openbmc/linux/drivers/char/agp/ |
H A D | parisc-agp.c | 310 pos = readb(info->lba_regs + PCI_CAPABILITY_LIST); in lba_find_capability()
|
H A D | isoch.c | 395 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()
|
H A D | hp-agp.c | 190 pos = readb(hpa+PCI_CAPABILITY_LIST); in hp_zx1_lba_find_capability()
|
/openbmc/qemu/hw/isa/ |
H A D | vt82c686.c | 813 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in vt82c686b_isa_reset() 882 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in vt8231_isa_reset()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | aperture_64.c | 149 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); in find_cap()
|
/openbmc/linux/drivers/pci/ |
H A D | pci-bridge-emul.c | 137 [PCI_CAPABILITY_LIST / 4] = {
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 692 p_setb(perm, PCI_CAPABILITY_LIST, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_basic_perm() 1536 ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos); in vfio_cap_init() 1541 prev = &vdev->vconfig[PCI_CAPABILITY_LIST]; in vfio_cap_init()
|
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.c | 111 ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos); in ifcvf_init_hw()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 499 return PCI_CAPABILITY_LIST; in pci_hose_find_cap_start()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 1852 for (tmp = pdev->config[PCI_CAPABILITY_LIST]; tmp; in vfio_std_cap_max_size() 2191 pdev->config[PCI_CAPABILITY_LIST] = 0; in vfio_add_std_cap() 2192 vdev->emulated_config_bits[PCI_CAPABILITY_LIST] = 0xff; in vfio_add_std_cap() 2391 !pdev->config[PCI_CAPABILITY_LIST]) { in vfio_add_capabilities() 2395 if (!vfio_add_std_cap(vdev, pdev->config[PCI_CAPABILITY_LIST], errp)) { in vfio_add_capabilities()
|
/openbmc/linux/arch/powerpc/platforms/maple/ |
H A D | pci.c | 236 if (offset >= PCI_BASE_ADDRESS_0 && offset < PCI_CAPABILITY_LIST) in u3_ht_root_write_config()
|
/openbmc/linux/drivers/bcma/ |
H A D | driver_pci_host.c | 293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability()
|