Home
last modified time | relevance | path

Searched refs:PCI_CAP_LIST_ID (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c175 [PCI_CAP_LIST_ID / 4] = {
321 case PCI_CAP_LIST_ID: in pci_bridge_emul_read_ssid()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c26 .offset = PCI_CAP_LIST_ID,
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
/openbmc/linux/drivers/char/agp/
H A Dparisc-agp.c313 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID); in lba_find_capability()
H A Dhp-agp.c193 id = readb(hpa+pos+PCI_CAP_LIST_ID); in hp_zx1_lba_find_capability()
/openbmc/linux/arch/x86/kernel/
H A Daperture_64.c154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1844 reg_field + PCI_CAP_LIST_ID, &cap_id); in xen_pt_ptr_reg_init()
1847 reg_field + PCI_CAP_LIST_ID, rc); in xen_pt_ptr_reg_init()
1901 pos + PCI_CAP_LIST_ID, &id)) { in find_cap_offset()
H A Dxen_pt_msi.c536 rc = xen_host_pci_get_byte(hd, base + PCI_CAP_LIST_ID, &id); in xen_pt_msix_init()
/openbmc/u-boot/drivers/pci/
H A Dpci.c520 pos + PCI_CAP_LIST_ID, &id); in pci_find_cap()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h209 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c277 rtas_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pseries_eeh_find_cap()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h210 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic.c458 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi()
502 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_pic()
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
/openbmc/u-boot/include/
H A Dpci.h315 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c251 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
/openbmc/qemu/hw/pci/
H A Dpci.c2248 if (pdev->config[next + PCI_CAP_LIST_ID] == cap_id) in pci_find_capability_list()
2478 config[PCI_CAP_LIST_ID] = cap_id; in pci_add_capability()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c262 if (offset == PCI_CAP_LIST_ID && count > 1) in vfio_direct_config_read()