Home
last modified time | relevance | path

Searched refs:PCI_CAPABILITY_LIST (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c124 case PCI_CAPABILITY_LIST: in pci_acc_read_reg()
H A Dcs5536_ohci.c128 case PCI_CAPABILITY_LIST: in pci_ohci_read_reg()
H A Dcs5536_ehci.c132 case PCI_CAPABILITY_LIST: in pci_ehci_read_reg()
H A Dcs5536_ide.c156 case PCI_CAPABILITY_LIST: in pci_ide_read_reg()
H A Dcs5536_isa.c301 case PCI_CAPABILITY_LIST: in pci_isa_read_reg()
/openbmc/qemu/hw/pci-host/
H A Duninorth.c281 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 Draven.c347 d->config[PCI_CAPABILITY_LIST] = 0x00; in raven_realize()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci-pci.c42 pci_set_byte(&pci_conf[PCI_CAPABILITY_LIST], 0x00); in usb_ehci_pci_realize()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c121 case PCI_CAPABILITY_LIST: in sandbox_swap_case_read_config()
/openbmc/qemu/hw/ide/
H A Dvia.c204 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in via_ide_realize()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c264 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 Dcfg_space.c366 next = vgpu_cfg_space(vgpu)[PCI_CAPABILITY_LIST]; in intel_vgpu_init_cfg_space()
/openbmc/qemu/hw/pci/
H A Dpci.c877 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 Dparisc-agp.c310 pos = readb(info->lba_regs + PCI_CAPABILITY_LIST); in lba_find_capability()
H A Disoch.c395 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()
H A Dhp-agp.c190 pos = readb(hpa+PCI_CAPABILITY_LIST); in hp_zx1_lba_find_capability()
/openbmc/qemu/hw/isa/
H A Dvt82c686.c813 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 Daperture_64.c149 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); in find_cap()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c137 [PCI_CAPABILITY_LIST / 4] = {
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c692 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 Difcvf_base.c111 ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos); in ifcvf_init_hw()
/openbmc/u-boot/drivers/pci/
H A Dpci.c499 return PCI_CAPABILITY_LIST; in pci_hose_find_cap_start()
/openbmc/qemu/hw/vfio/
H A Dpci.c1852 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 Dpci.c236 if (offset >= PCI_BASE_ADDRESS_0 && offset < PCI_CAPABILITY_LIST) in u3_ht_root_write_config()
/openbmc/linux/drivers/bcma/
H A Ddriver_pci_host.c293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability()

12