Home
last modified time | relevance | path

Searched refs:vendor_id (Results 1 – 14 of 14) sorted by relevance

/arch/riscv/include/asm/
Dalternative-macros.h9 .macro ALT_ENTRY oldptr newptr vendor_id patch_id new_len
12 .2byte \vendor_id
17 .macro ALT_NEW_CONTENT vendor_id, patch_id, enable = 1, new_c
20 ALT_ENTRY 886b, 888f, \vendor_id, \patch_id, 889f - 888f
36 .macro ALTERNATIVE_CFG old_c, new_c, vendor_id, patch_id, enable
44 ALT_NEW_CONTENT \vendor_id, \patch_id, \enable, "\new_c"
61 #define ALT_ENTRY(oldptr, newptr, vendor_id, patch_id, newlen) \ argument
64 ".2byte " vendor_id "\n" \
68 #define ALT_NEW_CONTENT(vendor_id, patch_id, enable, new_c) \ argument
71 ALT_ENTRY("886b", "888f", __stringify(vendor_id), __stringify(patch_id), "889f - 888f") \
[all …]
Dalternative.h43 u16 vendor_id; /* CPU vendor ID */ member
/arch/riscv/kernel/
Dalternative.c24 unsigned long vendor_id; member
35 cpu_mfr_info->vendor_id = csr_read(CSR_MVENDORID); in riscv_fill_cpu_mfr_info()
39 cpu_mfr_info->vendor_id = sbi_get_mvendorid(); in riscv_fill_cpu_mfr_info()
44 switch (cpu_mfr_info->vendor_id) { in riscv_fill_cpu_mfr_info()
Dcpufeature.c860 if (alt->vendor_id != 0) in riscv_cpufeature_patch_func()
/arch/riscv/errata/thead/
Derrata.c99 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func()
/arch/riscv/errata/sifive/
Derrata.c100 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
/arch/powerpc/kernel/
Dpci_dn.c310 pdn->vendor_id = regs ? of_read_number(regs, 1) : 0; in pci_add_device_node_info()
476 pdn->vendor_id = pdn->device_id = pdn->class_code = 0; in pci_devs_phb_init_dynamic()
/arch/s390/include/asm/
Dpci_clp.h19 u16 vendor_id; member
/arch/powerpc/include/asm/
Dpci-bridge.h207 int vendor_id; /* Vendor ID */ member
/arch/powerpc/platforms/powernv/
Deeh-powernv.c404 if ((pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe()
406 (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe()
408 (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe()
410 (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c59 pdn->vendor_id = pdev->vendor; in pseries_pcibios_bus_add_device()
394 if (!pdn->vendor_id || !pdn->device_id || !pdn->class_code) in pseries_eeh_init_edev()
/arch/arm64/boot/dts/amlogic/
Dmeson-axg-jethome-jethub-j1xx.dtsi199 /* ICPlus IP101A/G Ethernet PHY (vendor_id=0x0243, model_id=0x0c54) */
/arch/ia64/include/asm/
Dsal.h574 u16 vendor_id; member
/arch/s390/pci/
Dpci_clp.c412 if (!entry->vendor_id) in __clp_add()