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