Home
last modified time | relevance | path

Searched refs:PCI_CAPABILITY_LIST (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/arch/mips/loongson64/common/cs5536/
Dcs5536_acc.c128 case PCI_CAPABILITY_LIST: in pci_acc_read_reg()
Dcs5536_ohci.c132 case PCI_CAPABILITY_LIST: in pci_ohci_read_reg()
Dcs5536_ehci.c136 case PCI_CAPABILITY_LIST: in pci_ehci_read_reg()
Dcs5536_ide.c160 case PCI_CAPABILITY_LIST: in pci_ide_read_reg()
Dcs5536_isa.c305 case PCI_CAPABILITY_LIST: in pci_isa_read_reg()
/linux-4.4.14/arch/x86/kernel/
Daperture_64.c104 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); in find_cap()
/linux-4.4.14/drivers/char/agp/
Dparisc-agp.c299 pos = readb(info->lba_regs + PCI_CAPABILITY_LIST); in lba_find_capability()
Disoch.c400 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()
Dhp-agp.c193 pos = readb(hpa+PCI_CAPABILITY_LIST); in hp_zx1_lba_find_capability()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c132 return PCI_CAPABILITY_LIST; in pseries_eeh_cap_start()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c608 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/
Dpci_regs.h111 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro
/linux-4.4.14/arch/powerpc/platforms/maple/
Dpci.c239 if (offset >= PCI_BASE_ADDRESS_0 && offset < PCI_CAPABILITY_LIST) in u3_ht_root_write_config()
/linux-4.4.14/drivers/bcma/
Ddriver_pci_host.c293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1256 cap = read_pci_config_byte(0, 1, 0, PCI_CAPABILITY_LIST); in probe_pci_console()
/linux-4.4.14/drivers/misc/
Dspear13xx_pcie_gadget.c175 return PCI_CAPABILITY_LIST; in pci_find_own_cap_start()
/linux-4.4.14/arch/sparc/kernel/
Dleon_pci_grpci2.c595 grpci2_cfg_r8(priv, TGT, 0, PCI_CAPABILITY_LIST, &capptr); in grpci2_hw_init()
/linux-4.4.14/arch/powerpc/sysdev/
Dmpic.c454 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/
Dehci-dbgp.c378 pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST); in find_cap()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c286 int pos = PCI_CAPABILITY_LIST; in pnv_eeh_find_cap()
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c543 case PCI_CAPABILITY_LIST: in mvebu_sw_pci_bridge_read()
/linux-4.4.14/drivers/pci/
Dpci.c210 return PCI_CAPABILITY_LIST; in __pci_bus_find_cap_start()