Searched refs:PCI_CAPABILITY_LIST (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/arch/mips/loongson64/common/cs5536/ |
D | cs5536_acc.c | 128 case PCI_CAPABILITY_LIST: in pci_acc_read_reg()
|
D | cs5536_ohci.c | 132 case PCI_CAPABILITY_LIST: in pci_ohci_read_reg()
|
D | cs5536_ehci.c | 136 case PCI_CAPABILITY_LIST: in pci_ehci_read_reg()
|
D | cs5536_ide.c | 160 case PCI_CAPABILITY_LIST: in pci_ide_read_reg()
|
D | cs5536_isa.c | 305 case PCI_CAPABILITY_LIST: in pci_isa_read_reg()
|
/linux-4.4.14/arch/x86/kernel/ |
D | aperture_64.c | 104 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); in find_cap()
|
/linux-4.4.14/drivers/char/agp/ |
D | parisc-agp.c | 299 pos = readb(info->lba_regs + PCI_CAPABILITY_LIST); in lba_find_capability()
|
D | isoch.c | 400 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()
|
D | hp-agp.c | 193 pos = readb(hpa+PCI_CAPABILITY_LIST); in hp_zx1_lba_find_capability()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 132 return PCI_CAPABILITY_LIST; in pseries_eeh_cap_start()
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci_config.c | 608 p_setb(perm, PCI_CAPABILITY_LIST, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_basic_perm() 1286 ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos); in vfio_cap_init() 1291 prev = &vdev->vconfig[PCI_CAPABILITY_LIST]; in vfio_cap_init()
|
/linux-4.4.14/include/uapi/linux/ |
D | pci_regs.h | 111 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro
|
/linux-4.4.14/arch/powerpc/platforms/maple/ |
D | pci.c | 239 if (offset >= PCI_BASE_ADDRESS_0 && offset < PCI_CAPABILITY_LIST) in u3_ht_root_write_config()
|
/linux-4.4.14/drivers/bcma/ |
D | driver_pci_host.c | 293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability()
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 1256 cap = read_pci_config_byte(0, 1, 0, PCI_CAPABILITY_LIST); in probe_pci_console()
|
/linux-4.4.14/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 175 return PCI_CAPABILITY_LIST; in pci_find_own_cap_start()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | leon_pci_grpci2.c | 595 grpci2_cfg_r8(priv, TGT, 0, PCI_CAPABILITY_LIST, &capptr); in grpci2_hw_init()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | mpic.c | 454 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_msi() 498 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_pic()
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 378 pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST); in find_cap()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 286 int pos = PCI_CAPABILITY_LIST; in pnv_eeh_find_cap()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-mvebu.c | 543 case PCI_CAPABILITY_LIST: in mvebu_sw_pci_bridge_read()
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 210 return PCI_CAPABILITY_LIST; in __pci_bus_find_cap_start()
|