Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci_config.c | 270 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/ |
D | aperture_64.c | 115 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux-4.4.14/drivers/char/agp/ |
D | parisc-agp.c | 307 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT); in lba_find_capability()
|
D | hp-agp.c | 201 pos = readb(hpa+pos+PCI_CAP_LIST_NEXT); in hp_zx1_lba_find_capability()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 155 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
|
/linux-4.4.14/include/uapi/linux/ |
D | pci_regs.h | 221 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 1285 cap = read_pci_config_byte(0, 1, 0, cap + PCI_CAP_LIST_NEXT); in probe_pci_console()
|
/linux-4.4.14/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 150 pos += PCI_CAP_LIST_NEXT; in pci_find_own_next_cap_ttl()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
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-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 390 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 194 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/ |
D | eeh-powernv.c | 313 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
|