/linux/drivers/atm/ |
H A D | zeprom.h | 12 #define ZEPROM_V1_REG PCI_VENDOR_ID /* PCI register */
|
/linux/arch/x86/pci/ |
H A D | legacy.c | 47 if (!raw_pci_read(0, busn, devfn, PCI_VENDOR_ID, 2, &l) && in pcibios_scan_specific_bus()
|
H A D | broadcom_bus.c | 100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID); in broadcom_postcore_init()
|
H A D | direct.c | 213 if (o->read(0, 0, devfn, PCI_VENDOR_ID, 2, &x)) in pci_sanity_check()
|
H A D | amd_bus.c | 100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID); in early_root_info_init()
|
/linux/arch/x86/kernel/ |
H A D | vsmp_64.c | 68 if (read_pci_config(0, 0x1f, 0, PCI_VENDOR_ID) == in detect_vsmp_box()
|
H A D | mmconf-fam10h_64.c | 84 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID); in get_fam10h_pci_mmconf_base()
|
/linux/arch/mips/pci/ |
H A D | pci-xtalk-bridge.c | 130 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID]; in pci_conf0_read_config() 169 addr = &bridge->b_type1_cfg.c[(fn << 8) | PCI_VENDOR_ID]; in pci_conf1_read_config() 215 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID]; in pci_conf0_write_config() 256 addr = &bridge->b_type1_cfg.c[(fn << 8) | PCI_VENDOR_ID]; in pci_conf1_write_config()
|
H A D | ops-bcm63xx.c | 216 case (PCI_VENDOR_ID >> 2): in fake_cb_bridge_read()
|
H A D | pci-ar2315.c | 314 res = ar2315_pci_local_cfg_rd(apc, devfn, PCI_VENDOR_ID, &id); in ar2315_pci_host_setup()
|
/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_acc.c | 68 case PCI_VENDOR_ID: in pci_acc_read_reg()
|
H A D | cs5536_ohci.c | 76 case PCI_VENDOR_ID: in pci_ohci_read_reg()
|
H A D | cs5536_ehci.c | 81 case PCI_VENDOR_ID: in pci_ehci_read_reg()
|
H A D | cs5536_ide.c | 102 case PCI_VENDOR_ID: in pci_ide_read_reg()
|
H A D | cs5536_isa.c | 234 case PCI_VENDOR_ID: in pci_isa_read_reg()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | reset.c | 127 if (!pci_read_config_word(dev->persist->pdev, PCI_VENDOR_ID, in mlx4_reset()
|
/linux/drivers/pci/controller/ |
H A D | pci-versatile.c | 104 if ((readl(versatile_cfg_base[0] + (i << 11) + PCI_VENDOR_ID) == VP_PCI_DEVICE_ID) && in versatile_pci_probe()
|
/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 267 pci_read_config_word(dev, PCI_VENDOR_ID, &vid); in pciauto_bus_scan()
|
/linux/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 283 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix()
|
/linux/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 271 id = __raw_readw(chan->reg_base + PCI_VENDOR_ID); in sh7780_pci_init()
|
/linux/arch/mips/txx9/generic/ |
H A D | pci.c | 65 pci_devfn, PCI_VENDOR_ID, &vid); in txx9_pci66_check()
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 101 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_VENDOR_ID, &vendor_id); in ibmphp_configure_card() 1080 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_VENDOR_ID, &vendor_id); in scan_behind_bridge() 1438 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_VENDOR_ID, &vendor_id); in unconfigure_boot_card()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | aiutils.c | 702 pci_read_config_dword(sii->pcibus, PCI_VENDOR_ID, &w); in ai_deviceremoved()
|
/linux/drivers/bcma/ |
H A D | driver_pci_host.c | 374 PCI_VENDOR_ID, &val16, in bcma_core_pci_enable_crs()
|
/linux/drivers/cxl/core/ |
H A D | regs.c | 604 id = readl(addr + PCI_VENDOR_ID); in __rcrb_to_component()
|