Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/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() 681 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pcix_perm() 695 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_exp_perm() 713 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_af_perm() 918 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_msi_perm() 1236 pos + PCI_CAP_LIST_NEXT, &next); in vfio_cap_init() 1272 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT]; in vfio_cap_init()
|
/linux-4.1.27/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.1.27/arch/x86/kernel/ |
D | aperture_64.c | 115 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux-4.1.27/include/uapi/linux/ |
D | pci_regs.h | 220 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 155 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
|
/linux-4.1.27/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 150 pos += PCI_CAP_LIST_NEXT; in pci_find_own_next_cap_ttl()
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1290 cap = read_pci_config_byte(0, 1, 0, cap + PCI_CAP_LIST_NEXT); in probe_pci_console()
|
/linux-4.1.27/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.1.27/drivers/pci/ |
D | pci.c | 180 pos + PCI_CAP_LIST_NEXT, cap); in pci_find_next_capability() 358 pos + PCI_CAP_LIST_NEXT, in __pci_find_next_ht_cap() 379 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap); in pci_find_next_ht_capability()
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 390 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 327 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
|