Searched refs:vendor_id (Results 1 – 11 of 11) sorted by relevance
/arch/riscv/include/asm/ |
D | alternative-macros.h | 9 .macro ALT_ENTRY oldptr newptr vendor_id errata_id new_len 12 REG_ASM \vendor_id 17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg 20 ALT_ENTRY 886b, 888f, \vendor_id, \errata_id, 889f - 888f 32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable 36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c 39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ 40 __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, IS_ENABLED(CONFIG_k) 47 #define ALT_ENTRY(oldptr, newptr, vendor_id, errata_id, newlen) \ argument 50 REG_ASM " " vendor_id "\n" \ [all …]
|
D | alternative.h | 25 unsigned long vendor_id; /* cpu vendor id */ member 31 unsigned long vendor_id; member
|
/arch/riscv/errata/ |
D | alternative.c | 19 unsigned long vendor_id; member 30 cpu_mfr_info.vendor_id = csr_read(CSR_MVENDORID); in riscv_fill_cpu_mfr_info() 34 cpu_mfr_info.vendor_id = sbi_get_mvendorid(); in riscv_fill_cpu_mfr_info() 44 switch (cpu_mfr_info.vendor_id) { in init_alternative()
|
/arch/riscv/errata/sifive/ |
D | errata.c | 91 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
|
/arch/s390/include/asm/ |
D | pci_clp.h | 19 u16 vendor_id; member
|
/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/powerpc/include/asm/ |
D | pci-bridge.h | 194 int vendor_id; /* Vendor ID */ member
|
/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 403 if ((pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe() 405 (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe() 407 (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe() 409 (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM && in pnv_eeh_probe()
|
/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 57 pdn->vendor_id = pdev->vendor; in pseries_pcibios_bus_add_device() 392 if (!pdn->vendor_id || !pdn->device_id || !pdn->class_code) in pseries_eeh_init_edev()
|
/arch/ia64/include/asm/ |
D | sal.h | 574 u16 vendor_id; member
|
/arch/s390/pci/ |
D | pci_clp.c | 404 if (!entry->vendor_id) in __clp_add()
|