Searched refs:PCI_CAP_LIST_ID (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | conf_space_capability.c | 25 .offset = PCI_CAP_LIST_ID,
|
/linux-4.1.27/drivers/char/agp/ |
D | parisc-agp.c | 302 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID); in lba_find_capability()
|
D | hp-agp.c | 196 id = readb(hpa+pos+PCI_CAP_LIST_ID); in hp_zx1_lba_find_capability()
|
/linux-4.1.27/arch/x86/kernel/ |
D | aperture_64.c | 109 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
/linux-4.1.27/include/uapi/linux/ |
D | pci_regs.h | 199 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 150 rtas_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pseries_eeh_find_cap()
|
/linux-4.1.27/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 145 spear_dbi_read_reg(config, pos + PCI_CAP_LIST_ID, 1, &id); in pci_find_own_next_cap_ttl()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | mpic.c | 456 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi() 500 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_pic()
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 383 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 318 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci_config.c | 267 if (offset == PCI_CAP_LIST_ID && count > 1) in vfio_direct_config_read()
|