Home
last modified time | relevance | path

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

/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c124 case PCI_CAPABILITY_LIST: in pci_acc_read_reg()
H A Dcs5536_ohci.c128 case PCI_CAPABILITY_LIST: in pci_ohci_read_reg()
H A Dcs5536_ehci.c132 case PCI_CAPABILITY_LIST: in pci_ehci_read_reg()
H A Dcs5536_ide.c156 case PCI_CAPABILITY_LIST: in pci_ide_read_reg()
H A Dcs5536_isa.c301 case PCI_CAPABILITY_LIST: in pci_isa_read_reg()
/linux/drivers/char/agp/
H A Dparisc-agp.c310 pos = readb(info->lba_regs + PCI_CAPABILITY_LIST); in lba_find_capability()
H A Disoch.c395 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()
/linux/drivers/pci/
H A Dpci-bridge-emul.c137 [PCI_CAPABILITY_LIST / 4] = {
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c697 p_setb(perm, PCI_CAPABILITY_LIST, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_basic_perm()
1552 ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos); in vfio_cap_init()
1557 prev = &vdev->vconfig[PCI_CAPABILITY_LIST]; in vfio_cap_init()
/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c110 ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos); in ifcvf_init_hw()
/linux/drivers/bcma/
H A Ddriver_pci_host.c293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability()
/linux/drivers/cxl/core/
H A Dregs.c538 offset = FIELD_GET(PCI_RCRB_CAP_LIST_ID_MASK, readw(addr + PCI_CAPABILITY_LIST)); in cxl_rcrb_to_linkcap()
/linux/arch/um/drivers/
H A Dvfio_kern.c441 pos = __uml_vfio_cfgspace_read(dev, PCI_CAPABILITY_LIST, sizeof(pos)); in uml_vfio_find_capability()
/linux/samples/vfio-mdev/
H A Dmdpy.c136 mdev_state->vconfig[PCI_CAPABILITY_LIST] = MDPY_VENDORCAP_OFFSET; in mdpy_create_config_space()
/linux/arch/sparc/kernel/
H A Dleon_pci_grpci2.c598 grpci2_cfg_r8(priv, TGT, 0, PCI_CAPABILITY_LIST, &capptr); in grpci2_hw_init()
/linux/include/uapi/linux/
H A Dpci_regs.h122 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro
/linux/arch/powerpc/sysdev/
H A Dmpic.c457 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_msi()
501 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_pic()
/linux/drivers/usb/early/
H A Dehci-dbgp.c373 pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST); in find_cap()
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c232 int pos = PCI_CAPABILITY_LIST; in pnv_eeh_find_cap()