Searched refs:PCI_VENDOR_ID (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/drivers/atm/
H A Dzeprom.h12 #define ZEPROM_V1_REG PCI_VENDOR_ID /* PCI register */
/linux-master/arch/x86/pci/
H A Dlegacy.c47 if (!raw_pci_read(0, busn, devfn, PCI_VENDOR_ID, 2, &l) &&
H A Dbroadcom_bus.c100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
H A Ddirect.c213 if (o->read(0, 0, devfn, PCI_VENDOR_ID, 2, &x))
H A Damd_bus.c100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
/linux-master/arch/x86/kernel/
H A Dvsmp_64.c68 if (read_pci_config(0, 0x1f, 0, PCI_VENDOR_ID) ==
H A Dmmconf-fam10h_64.c83 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dreset.c127 if (!pci_read_config_word(dev->persist->pdev, PCI_VENDOR_ID,
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c68 case PCI_VENDOR_ID:
H A Dcs5536_ehci.c81 case PCI_VENDOR_ID:
H A Dcs5536_ohci.c76 case PCI_VENDOR_ID:
H A Dcs5536_ide.c102 case PCI_VENDOR_ID:
H A Dcs5536_isa.c234 case PCI_VENDOR_ID:
/linux-master/arch/mips/pci/
H A Dops-rc32434.c114 if (where == PCI_VENDOR_ID) {
H A Dpci-xtalk-bridge.c130 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID];
169 addr = &bridge->b_type1_cfg.c[(fn << 8) | PCI_VENDOR_ID];
215 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID];
256 addr = &bridge->b_type1_cfg.c[(fn << 8) | PCI_VENDOR_ID];
/linux-master/drivers/pci/controller/
H A Dpci-versatile.c104 if ((readl(versatile_cfg_base[0] + (i << 11) + PCI_VENDOR_ID) == VP_PCI_DEVICE_ID) &&
/linux-master/arch/sh/drivers/pci/
H A Dcommon.c64 pci_devfn, PCI_VENDOR_ID, &vid);
H A Dpci-sh7780.c271 id = __raw_readw(chan->reg_base + PCI_VENDOR_ID);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_pci.c139 if (pci_bus_read_config_dword(bus, devfn, PCI_VENDOR_ID, &vendID) == -1)
255 pci_bus_read_config_dword(ctrl->pci_bus, *dev_num, PCI_VENDOR_ID, &work);
336 rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_VENDOR_ID, &ID);
435 rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_VENDOR_ID, &ID);
482 pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_VENDOR_ID, &ID);
525 pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_VENDOR_ID, &ID);
1051 pci_bus_read_config_dword(pci_bus, devfn, PCI_VENDOR_ID, &temp_register);
1269 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
/linux-master/arch/x86/kernel/cpu/
H A Dcyrix.c283 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfirmware.c173 id = *(u16 *)(mem + PCI_VENDOR_ID);
/linux-master/sound/pci/au88x0/
H A Dau88x0.c286 err = pci_read_config_word(pci, PCI_VENDOR_ID, &chip->vendor);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-spear13xx.c142 dw_pcie_writew_dbi(pci, PCI_VENDOR_ID, 0x104A);
/linux-master/arch/xtensa/lib/
H A Dpci-auto.c267 pci_read_config_word(dev, PCI_VENDOR_ID, &vid);
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_header.c302 .offset = PCI_VENDOR_ID,

Completed in 189 milliseconds

123