Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 88) sorted by relevance

1234

/arch/x86/include/asm/
Dcpu_device_id.h44 .vendor = X86_VENDOR_##_vendor, \
66 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument
67 X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(vendor, family, model, \
83 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument
84 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, \
99 #define X86_MATCH_VENDOR_FEATURE(vendor, feature, data) \ argument
100 X86_MATCH_VENDOR_FAM_FEATURE(vendor, X86_FAMILY_ANY, feature, data)
128 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument
129 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, \
144 #define X86_MATCH_VENDOR_FAM(vendor, family, data) \ argument
[all …]
/arch/x86/kernel/
Dprobe_roms.c81 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() argument
86 if (pdev->vendor == vendor && pdev->device == device) in match_id()
89 for (id = drv ? drv->id_table : NULL; id && id->vendor; id++) in match_id()
90 if (id->vendor == vendor && id->device == device) in match_id()
93 return id && id->vendor; in match_id()
96 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() argument
105 if (device && match_id(pdev, vendor, device)) in probe_list()
121 unsigned short offset, vendor, device, list, rev; in find_oprom() local
131 if (get_kernel_nofault(vendor, rom + offset + 0x4) != 0) in find_oprom()
137 if (match_id(pdev, vendor, device)) { in find_oprom()
[all …]
Dmmconf-fam10h_64.c24 u32 vendor; member
79 u16 vendor; in get_fam10h_pci_mmconf_base() local
85 vendor = id & 0xffff; in get_fam10h_pci_mmconf_base()
87 if (pci_probes[i].vendor == vendor && in get_fam10h_pci_mmconf_base()
Dreboot_fixups_32.c58 unsigned int vendor; member
95 dev = pci_get_device(cur->vendor, cur->device, NULL); in mach_reboot_fixups()
Dearly-quirks.c688 u32 vendor; member
746 u16 vendor; in check_dev_quirk() local
757 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk()
762 if (((early_qrk[i].vendor == PCI_ANY_ID) || in check_dev_quirk()
763 (early_qrk[i].vendor == vendor)) && in check_dev_quirk()
Damd_nb.c345 u32 vendor = device & 0xffff; in early_is_amd_nb() local
355 for (id = misc_ids; id->vendor; id++) in early_is_amd_nb()
356 if (vendor == id->vendor && device == id->device) in early_is_amd_nb()
/arch/x86/platform/geode/
Dgeos.c105 const char *vendor, *product; in geos_init() local
110 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in geos_init()
111 if (!vendor || strcmp(vendor, "Traverse Technologies")) in geos_init()
119 KBUILD_MODNAME, vendor, product); in geos_init()
Dalix.c171 const char *vendor, *product; in alix_present_dmi() local
173 vendor = dmi_get_system_info(DMI_SYS_VENDOR); in alix_present_dmi()
174 if (!vendor || strcmp(vendor, "PC Engines")) in alix_present_dmi()
182 KBUILD_MODNAME, vendor, product); in alix_present_dmi()
/arch/x86/xen/
Defi.c19 static efi_char16_t vendor[100] __initdata; variable
68 info->vendor.bufsz = sizeof(vendor); in xen_efi_probe()
69 set_xen_guest_handle(info->vendor.name, vendor); in xen_efi_probe()
72 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe()
73 efi_systab_xen.fw_revision = info->vendor.revision; in xen_efi_probe()
/arch/ia64/kernel/
Dacpi-ext.c34 struct acpi_resource_vendor_typed *vendor; in hp_ccsr_locate() local
40 vendor = &resource->data.vendor_typed; in hp_ccsr_locate()
42 if (ACPI_FAILURE(status) || vendor->byte_length < 16) { in hp_ccsr_locate()
47 memcpy(base, vendor->byte_data, sizeof(*base)); in hp_ccsr_locate()
48 memcpy(length, vendor->byte_data + 8, sizeof(*length)); in hp_ccsr_locate()
/arch/sh/kernel/vsyscall/
Dvsyscall-note.S10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
16 0: .asciz vendor; /* vendor name */ \
/arch/powerpc/kernel/vdso32/
Dnote.S10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
16 0: .asciz vendor; /* vendor name */ \
/arch/x86/kernel/cpu/
Dmatch.c43 m->vendor | m->family | m->model | m->steppings | m->feature; in x86_match_cpu()
45 if (m->vendor != X86_VENDOR_ANY && c->x86_vendor != m->vendor) in x86_match_cpu()
Dcyrix.c262 u32 vendor, device; in init_cyrix() local
282 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix()
288 if (vendor == PCI_VENDOR_ID_CYRIX && in init_cyrix()
/arch/x86/pci/
Dbroadcom_bus.c89 u16 vendor, device; in broadcom_postcore_init() local
101 vendor = id & 0xffff; in broadcom_postcore_init()
104 if (vendor == PCI_VENDOR_ID_SERVERWORKS && in broadcom_postcore_init()
Dmmconfig-shared.c270 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local
274 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55()
277 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55()
306 u32 vendor; member
347 u16 vendor, device; in pci_mmcfg_check_hostbridge() local
360 vendor = l & 0xffff; in pci_mmcfg_check_hostbridge()
364 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()
Damd_bus.c88 u16 vendor; in early_root_info_init() local
93 vendor = id & 0xffff; in early_root_info_init()
96 if (vendor != PCI_VENDOR_ID_AMD && in early_root_info_init()
97 vendor != PCI_VENDOR_ID_HYGON) in early_root_info_init()
Dirq.c50 u16 vendor, device; member
59 u16 vendor; member
758 dev->vendor, dev->device, pirq, irq); in pirq_amd756_get()
766 dev->vendor, dev->device, pirq, irq); in pirq_amd756_set()
1130 for (h = pirq_routers; h->vendor; h++) { in pirq_find_router()
1132 if (rt->rtr_vendor == h->vendor && in pirq_find_router()
1136 if (pirq_router_dev->vendor == h->vendor && in pirq_find_router()
1142 pirq_router_dev->vendor, pirq_router_dev->device); in pirq_find_router()
1214 dev->vendor == PCI_VENDOR_ID_O2) { in pcibios_lookup_irq()
/arch/x86/kernel/cpu/mtrr/
Dmtrr.h16 u32 vendor; member
63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
Dmtrr.c83 if (ops->vendor && ops->vendor < X86_VENDOR_NUM) in set_mtrr_ops()
84 mtrr_ops[ops->vendor] = ops; in set_mtrr_ops()
99 if (dev->vendor == PCI_VENDOR_ID_SERVERWORKS && in have_wrcomb()
110 if (dev->vendor == PCI_VENDOR_ID_INTEL && in have_wrcomb()
/arch/x86/platform/efi/
Defi_64.c576 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable() argument
588 *vnd = *vendor; in efi_thunk_get_variable()
608 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable() argument
619 *vnd = *vendor; in efi_thunk_set_variable()
637 efi_thunk_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable_nonblocking() argument
650 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
670 efi_guid_t *vendor) in efi_thunk_get_next_variable() argument
680 *vnd = *vendor; in efi_thunk_get_next_variable()
694 *vendor = *vnd; in efi_thunk_get_next_variable()
/arch/mips/loongson64/
Denv.c67 u16 vendor; in prom_lefi_init_env() local
176 vendor = id & 0xffff; in prom_lefi_init_env()
178 switch (vendor) { in prom_lefi_init_env()
/arch/arm/mach-footbridge/
Debsa285-pci.c21 if (dev->vendor == PCI_VENDOR_ID_CONTAQ && in ebsa285_map_irq()
/arch/parisc/include/asm/
Dsuperio.h79 (((x)->vendor == PCI_VENDOR_ID_NS) && \
/arch/powerpc/platforms/powermac/
Dpci.c176 const u32 *vendor, *device; in chaos_map_bus() local
184 vendor = of_get_property(np, "vendor-id", NULL); in chaos_map_bus()
186 if (vendor == NULL || device == NULL) in chaos_map_bus()
189 if ((*vendor == 0x106b) && (*device == 3) && (offset >= 0x10) in chaos_map_bus()
871 dev->vendor == PCI_VENDOR_ID_DEC && in pmac_pci_irq_fixup()
965 if (dev->vendor == PCI_VENDOR_ID_APPLE in pmac_pci_enable_device_hook()
1061 if (dev->vendor != PCI_VENDOR_ID_TI) in pmac_pci_fixup_cardbus()
1102 if (dev->vendor == PCI_VENDOR_ID_PROMISE) in pmac_pci_fixup_pciata()

1234