Searched refs:PCI_CAP_LIST_ID (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/pci/ |
A D | pci-bridge-emul.c | 175 [PCI_CAP_LIST_ID / 4] = { 321 case PCI_CAP_LIST_ID: in pci_bridge_emul_read_ssid()
|
/linux-6.3-rc2/drivers/xen/xen-pciback/ |
A D | conf_space_capability.c | 26 .offset = PCI_CAP_LIST_ID,
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | cfg_space.c | 368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
|
/linux-6.3-rc2/drivers/char/agp/ |
A D | parisc-agp.c | 298 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID); in lba_find_capability()
|
A D | hp-agp.c | 193 id = readb(hpa+pos+PCI_CAP_LIST_ID); in hp_zx1_lba_find_capability()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | aperture_64.c | 154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | eeh_pseries.c | 277 rtas_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pseries_eeh_find_cap()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pci_regs.h | 209 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
|
/linux-6.3-rc2/arch/powerpc/sysdev/ |
A D | mpic.c | 458 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()
|
/linux-6.3-rc2/drivers/usb/early/ |
A D | ehci-dbgp.c | 378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | eeh-powernv.c | 251 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
|
/linux-6.3-rc2/drivers/vfio/pci/ |
A D | vfio_pci_config.c | 261 if (offset == PCI_CAP_LIST_ID && count > 1) in vfio_direct_config_read()
|
Completed in 26 milliseconds