Searched refs:vendor_id (Results 1 – 14 of 14) sorted by relevance
/arch/riscv/include/asm/ |
D | alternative-macros.h | 9 .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 …]
|
D | alternative.h | 43 u16 vendor_id; /* CPU vendor ID */ member
|
/arch/riscv/kernel/ |
D | alternative.c | 24 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()
|
D | cpufeature.c | 860 if (alt->vendor_id != 0) in riscv_cpufeature_patch_func()
|
/arch/riscv/errata/thead/ |
D | errata.c | 99 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func()
|
/arch/riscv/errata/sifive/ |
D | errata.c | 100 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
|
/arch/powerpc/kernel/ |
D | pci_dn.c | 310 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/ |
D | pci_clp.h | 19 u16 vendor_id; member
|
/arch/powerpc/include/asm/ |
D | pci-bridge.h | 207 int vendor_id; /* Vendor ID */ member
|
/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 404 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/ |
D | eeh_pseries.c | 59 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/ |
D | meson-axg-jethome-jethub-j1xx.dtsi | 199 /* ICPlus IP101A/G Ethernet PHY (vendor_id=0x0243, model_id=0x0c54) */
|
/arch/ia64/include/asm/ |
D | sal.h | 574 u16 vendor_id; member
|
/arch/s390/pci/ |
D | pci_clp.c | 412 if (!entry->vendor_id) in __clp_add()
|