Searched refs:PCI_CAP_LIST_ID (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/pci/ |
| A D | pci-bridge-emul.c | 175 [PCI_CAP_LIST_ID / 4] = { 321 case PCI_CAP_LIST_ID: in pci_bridge_emul_read_ssid()
|
| /linux/drivers/xen/xen-pciback/ |
| A D | conf_space_capability.c | 26 .offset = PCI_CAP_LIST_ID,
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| A D | cfg_space.c | 368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
|
| /linux/drivers/char/agp/ |
| A D | parisc-agp.c | 313 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID); in lba_find_capability()
|
| /linux/arch/x86/kernel/ |
| A D | aperture_64.c | 154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | eeh_pseries.c | 277 rtas_pci_dn_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pseries_eeh_find_cap()
|
| /linux/include/uapi/linux/ |
| A D | pci_regs.h | 210 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
|
| /linux/arch/powerpc/sysdev/ |
| A D | mpic.c | 458 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi() 502 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_pic()
|
| /linux/drivers/usb/early/ |
| A D | ehci-dbgp.c | 378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | eeh-powernv.c | 250 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
|
| /linux/drivers/vfio/pci/ |
| A D | vfio_pci_config.c | 262 if (offset == PCI_CAP_LIST_ID && count > 1) in vfio_direct_config_read()
|
Completed in 43 milliseconds