Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 265 else if (offset == PCI_CAP_LIST_NEXT) in vfio_direct_config_read() 772 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pm_perm() 856 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_vpd_perm() 875 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pcix_perm() 953 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_exp_perm() 1016 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_af_perm() 1223 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_msi_perm() 1570 pos + PCI_CAP_LIST_NEXT, &next); in vfio_cap_init() 1615 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT]; in vfio_cap_init()
|
| /linux/drivers/char/agp/ |
| H A D | parisc-agp.c | 318 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT); in lba_find_capability()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 235 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
| /linux/arch/powerpc/sysdev/ |
| H A D | mpic.c | 458 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi() 502 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic()
|
| /linux/drivers/usb/early/ |
| H A D | ehci-dbgp.c | 385 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 259 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
|