Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/vfio/pci/ |
A D | vfio_pci_config.c | 264 else if (offset == PCI_CAP_LIST_NEXT) in vfio_direct_config_read() 758 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pm_perm() 842 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_vpd_perm() 861 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pcix_perm() 936 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_exp_perm() 996 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_af_perm() 1202 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_msi_perm() 1543 pos + PCI_CAP_LIST_NEXT, &next); in vfio_cap_init() 1588 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT]; in vfio_cap_init()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | cfg_space.c | 372 next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT]; in intel_vgpu_init_cfg_space()
|
/linux-6.3-rc2/drivers/char/agp/ |
A D | parisc-agp.c | 303 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT); in lba_find_capability()
|
A D | hp-agp.c | 198 pos = readb(hpa+pos+PCI_CAP_LIST_NEXT); in hp_zx1_lba_find_capability()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | aperture_64.c | 160 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | eeh_pseries.c | 282 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pci_regs.h | 231 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/linux-6.3-rc2/arch/powerpc/sysdev/ |
A D | mpic.c | 457 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi() 501 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic()
|
/linux-6.3-rc2/drivers/usb/early/ |
A D | ehci-dbgp.c | 385 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | eeh-powernv.c | 260 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci.c | 448 pos + PCI_CAP_LIST_NEXT, cap); in pci_find_next_capability() 657 pos + PCI_CAP_LIST_NEXT, in __pci_find_next_ht_cap() 679 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap); in pci_find_next_ht_capability()
|
Completed in 35 milliseconds