Home
last modified time | relevance | path

Searched refs:model (Results 126 – 150 of 5332) sorted by relevance

12345678910>>...214

/openbmc/linux/arch/x86/platform/geode/
H A Dnet5501.c124 unsigned char *model = rombase + boards[i].offset; in net5501_present() local
126 if (!memcmp(model, boards[i].sig, boards[i].len)) { in net5501_present()
128 KBUILD_MODNAME, model); in net5501_present()
/openbmc/u-boot/board/freescale/common/
H A Dsgmii_riser.c51 const char *model; in fsl_sgmii_riser_fdt_fixup() local
88 model = fdt_getprop(fdt, enet_node, "model", NULL); in fsl_sgmii_riser_fdt_fixup()
98 if (!strstr(model, "TSEC")) in fsl_sgmii_riser_fdt_fixup()
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dcputype.h221 u32 model; member
228 .model = m, \
237 static inline bool midr_is_cpu_model_range(u32 midr, u32 model, u32 rv_min, in midr_is_cpu_model_range() argument
243 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
248 return midr_is_cpu_model_range(midr, range->model, in is_midr_in_range()
255 while (ranges->model) in is_midr_in_range_list()
/openbmc/webui-vue/src/components/Mixins/
H A DVuelidateMixin.js3 getValidationState(model) { argument
4 const { $dirty, $error } = model;
/openbmc/phosphor-psu-code-mgmt/test/psu-images-valid-version0/model-3/
H A DMANIFEST3 extended_version=model=model-3
/openbmc/linux/drivers/scsi/
H A Dscsi_priv.h73 const unsigned char *model);
76 const unsigned char *model,
79 char *model, char *strflags,
82 extern int scsi_dev_info_list_del_keyed(char *vendor, char *model,
/openbmc/qemu/target/openrisc/
H A Dcpu-qom.h19 #define OPENRISC_CPU_TYPE_NAME(model) model OPENRISC_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/xtensa/
H A Dcpu-qom.h39 #define XTENSA_CPU_TYPE_NAME(model) model XTENSA_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/alpha/
H A Dcpu-qom.h30 #define ALPHA_CPU_TYPE_NAME(model) model ALPHA_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/m68k/
H A Dcpu-qom.h30 #define M68K_CPU_TYPE_NAME(model) model M68K_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/tricore/
H A Dcpu-qom.h30 #define TRICORE_CPU_TYPE_NAME(model) model TRICORE_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/mips/
H A Dcpu-qom.h34 #define MIPS_CPU_TYPE_NAME(model) model MIPS_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/loongarch/
H A Dcpu-qom.h21 #define LOONGARCH_CPU_TYPE_NAME(model) model LOONGARCH_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/sparc/
H A Dcpu-qom.h34 #define SPARC_CPU_TYPE_NAME(model) model SPARC_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/rx/
H A Dcpu-qom.h31 #define RX_CPU_TYPE_NAME(model) model RX_CPU_TYPE_SUFFIX argument
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dxes_mpc85xx.c117 const char *model = "Unknown"; in xes_mpc85xx_setup_arch() local
123 model = of_get_property(root, "model", NULL); in xes_mpc85xx_setup_arch()
126 model + strlen("xes,")); in xes_mpc85xx_setup_arch()
/openbmc/phosphor-psu-code-mgmt/test/psu-images-one-valid-one-invalid/model-1/
H A DMANIFEST3 extended_version=model=model-1,manufacturer=test-manu
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c414 static bool is_zen1(uint32_t family, uint32_t model) in is_zen1() argument
416 return family == 0x17 && model <= 0x0f; in is_zen1()
419 static bool is_zen2(uint32_t family, uint32_t model) in is_zen2() argument
421 return family == 0x17 && model >= 0x30 && model <= 0x3f; in is_zen2()
424 static bool is_zen3(uint32_t family, uint32_t model) in is_zen3() argument
426 return family == 0x19 && model <= 0x0f; in is_zen3()
440 uint32_t model = kvm_cpu_model(); in use_amd_pmu() local
443 (is_zen1(family, model) || in use_amd_pmu()
444 is_zen2(family, model) || in use_amd_pmu()
445 is_zen3(family, model)); in use_amd_pmu()
/openbmc/qemu/target/sh4/
H A Dcpu-qom.h34 #define SUPERH_CPU_TYPE_NAME(model) model SUPERH_CPU_TYPE_SUFFIX argument
/openbmc/linux/drivers/media/usb/gspca/
H A Dsn9c2028.c22 u16 model; member
174 sd->model = id->idProduct; in sd_config()
176 switch (sd->model) { in sd_config()
201 switch (sd->model) { in sd_config()
264 switch (sd->model) { in set_gain()
312 switch (sd->model) { in sd_init_controls()
809 switch (sd->model) { in sd_start()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_onfi.c237 sanitize_string(p->model, sizeof(p->model)); in nand_onfi_detect()
238 chip->parameters.model = kstrdup(p->model, GFP_KERNEL); in nand_onfi_detect()
239 if (!chip->parameters.model) { in nand_onfi_detect()
334 kfree(chip->parameters.model); in nand_onfi_detect()
/openbmc/linux/arch/arm64/include/asm/
H A Dcputype.h242 u32 model; member
249 .model = m, \
258 static inline bool midr_is_cpu_model_range(u32 midr, u32 model, u32 rv_min, in midr_is_cpu_model_range() argument
264 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
269 return midr_is_cpu_model_range(midr, range->model, in is_midr_in_range()
276 while (ranges->model) in is_midr_in_range_list()
/openbmc/linux/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts22 model = "ibm,iss-4xx";
36 model = "PowerPC,4xx"; // real CPU changed in sim
50 model = "PowerPC,4xx"; // real CPU changed in sim
66 model = "PowerPC,4xx"; // real CPU changed in sim
82 model = "PowerPC,4xx"; // real CPU changed in sim
/openbmc/u-boot/doc/
H A DREADME.semihosting17 http://www.arm.com/products/tools/models/fast-models/foundation-model.php)
20 the Foundation_v8 simulator also supports the BASE_FVP model which
22 So we can, in u-boot, run either model by either using the VE FVP (default),
23 or turning on CONFIG_BASE_FVP for the more full featured model.
/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp195 inline void logDeviceAdded(const std::string& model, const std::string& type, in logDeviceAdded() argument
200 "REDFISH_MESSAGE_ARGS=%s,%s,%s", model.c_str(), in logDeviceAdded()
204 inline void logDeviceRemoved(const std::string& model, const std::string& type, in logDeviceRemoved() argument
209 "REDFISH_MESSAGE_ARGS=%s,%s,%s", model.c_str(), in logDeviceRemoved()

12345678910>>...214