Searched refs:PCI_CAP_LIST_NEXT (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c265 else if (offset == PCI_CAP_LIST_NEXT)
759 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
843 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
862 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
937 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
997 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
1204 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
1550 pos + PCI_CAP_LIST_NEXT, &next);
1595 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT];
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c372 next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT];
/linux-master/drivers/char/agp/
H A Dparisc-agp.c318 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT);
/linux-master/arch/x86/kernel/
H A Daperture_64.c160 pos+PCI_CAP_LIST_NEXT);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c282 pos += PCI_CAP_LIST_NEXT;
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c457 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) {
501 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) {
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c385 pos+PCI_CAP_LIST_NEXT);
/linux-master/include/uapi/linux/
H A Dpci_regs.h232 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c260 pos += PCI_CAP_LIST_NEXT;
/linux-master/drivers/pci/
H A Dpci.c462 pos + PCI_CAP_LIST_NEXT, cap);
671 pos + PCI_CAP_LIST_NEXT,
693 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap);

Completed in 163 milliseconds