Home
last modified time | relevance | path

Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c270 else if (offset == PCI_CAP_LIST_NEXT) in vfio_direct_config_read()
663 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pm_perm()
729 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_vpd_perm()
748 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pcix_perm()
762 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_exp_perm()
780 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_af_perm()
986 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_msi_perm()
1304 pos + PCI_CAP_LIST_NEXT, &next); in vfio_cap_init()
1340 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT]; in vfio_cap_init()
/linux-4.4.14/arch/x86/kernel/
Daperture_64.c115 pos+PCI_CAP_LIST_NEXT); in find_cap()
/linux-4.4.14/drivers/char/agp/
Dparisc-agp.c307 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT); in lba_find_capability()
Dhp-agp.c201 pos = readb(hpa+pos+PCI_CAP_LIST_NEXT); in hp_zx1_lba_find_capability()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c155 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h221 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
/linux-4.4.14/arch/x86/lguest/
Dboot.c1285 cap = read_pci_config_byte(0, 1, 0, cap + PCI_CAP_LIST_NEXT); in probe_pci_console()
/linux-4.4.14/drivers/misc/
Dspear13xx_pcie_gadget.c150 pos += PCI_CAP_LIST_NEXT; in pci_find_own_next_cap_ttl()
/linux-4.4.14/arch/powerpc/sysdev/
Dmpic.c455 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-4.4.14/drivers/usb/early/
Dehci-dbgp.c390 pos+PCI_CAP_LIST_NEXT); in find_cap()
/linux-4.4.14/drivers/pci/
Dpci.c194 pos + PCI_CAP_LIST_NEXT, cap); in pci_find_next_capability()
370 pos + PCI_CAP_LIST_NEXT, in __pci_find_next_ht_cap()
391 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap); in pci_find_next_ht_capability()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c313 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()