Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/vfio/pci/ |
A D | vfio_pci_config.c | 264 else if (offset == PCI_CAP_LIST_NEXT) in vfio_direct_config_read() 739 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pm_perm() 806 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_vpd_perm() 825 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pcix_perm() 900 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_exp_perm() 960 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_af_perm() 1166 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_msi_perm() 1496 pos + PCI_CAP_LIST_NEXT, &next); in vfio_cap_init() 1538 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT]; in vfio_cap_init()
|
/linux/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/drivers/gpu/drm/i915/gvt/ |
A D | cfg_space.c | 426 next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT]; in intel_vgpu_init_cfg_space()
|
/linux/arch/x86/kernel/ |
A D | aperture_64.c | 160 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux/include/uapi/linux/ |
A D | pci_regs.h | 231 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/linux/arch/powerpc/platforms/pseries/ |
A D | eeh_pseries.c | 280 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
|
/linux/arch/powerpc/sysdev/ |
A D | mpic.c | 455 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi() 499 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic()
|
/linux/drivers/usb/early/ |
A D | ehci-dbgp.c | 385 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux/arch/powerpc/platforms/powernv/ |
A D | eeh-powernv.c | 259 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
|
/linux/drivers/pci/ |
A D | pci.c | 447 pos + PCI_CAP_LIST_NEXT, cap); in pci_find_next_capability() 656 pos + PCI_CAP_LIST_NEXT, in __pci_find_next_ht_cap() 678 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap); in pci_find_next_ht_capability()
|
Completed in 40 milliseconds