Home
last modified time | relevance | path

Searched refs:mcu (Results 1 – 25 of 44) sorted by relevance

12

/external/pigweed/third_party/ambiq/
DBUILD.gn75 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p/hal/mcu",
76 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p/hal",
77 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p",
84 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4b/hal/mcu",
85 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4b/hal",
86 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4b",
104 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p/hal/am_hal_access.c",
105 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p/hal/am_hal_adc.c",
106 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p/hal/am_hal_audadc.c",
107 "$dir_pw_third_party_ambiq_SDK/mcu/apollo4p/hal/am_hal_dcu.c",
[all …]
/external/coreboot/src/soc/mediatek/common/
Dmcu.c10 enum cb_err mtk_init_mcu(struct mtk_mcu *mcu) in mtk_init_mcu() argument
14 if (!mcu) in mtk_init_mcu()
19 mcu->run_size = cbfs_load(mcu->firmware_name, mcu->load_buffer, mcu->buffer_size); in mtk_init_mcu()
20 if (mcu->run_size == 0) { in mtk_init_mcu()
21 printk(BIOS_ERR, "%s: Failed to load %s\n", __func__, mcu->firmware_name); in mtk_init_mcu()
25 if (mcu->run_address) { in mtk_init_mcu()
26 memcpy(mcu->run_address, mcu->load_buffer, mcu->run_size); in mtk_init_mcu()
31 if (mcu->reset) in mtk_init_mcu()
32 mcu->reset(mcu); in mtk_init_mcu()
35 __func__, mcu->firmware_name, stopwatch_duration_msecs(&sw), mcu->run_size); in mtk_init_mcu()
Dspm.c114 static void spm_parse_firmware(struct mtk_mcu *mcu) in spm_parse_firmware() argument
120 struct dyna_load_pcm *pcm = (struct dyna_load_pcm *)mcu->priv; in spm_parse_firmware()
121 file_size = mcu->run_size; in spm_parse_firmware()
134 memcpy(&firmware_size, mcu->load_buffer + offset, copy_size); in spm_parse_firmware()
141 pcm->buf = (u8 *)(mcu->load_buffer + offset); in spm_parse_firmware()
147 memcpy(&pcm->desc, mcu->load_buffer + offset, copy_size); in spm_parse_firmware()
157 (u8 *)mcu->load_buffer + offset); in spm_parse_firmware()
160 static void reset_spm(struct mtk_mcu *mcu) in reset_spm() argument
162 struct dyna_load_pcm *pcm = (struct dyna_load_pcm *)mcu->priv; in reset_spm()
165 spm_parse_firmware(mcu); in reset_spm()
Ddpm.c21 void dpm_reset(struct mtk_mcu *mcu) in dpm_reset() argument
23 struct dpm_regs *dpm = mcu->priv; in dpm_reset()
Dsspm.c8 static void reset_sspm(struct mtk_mcu *mcu) in reset_sspm() argument
Dmcupm.c11 static void reset_mcupm(struct mtk_mcu *mcu) in reset_mcupm() argument
/external/autotest/server/site_tests/tast/
Dcontrol.fingerprint-mcu-dragonclaw6 NAME = 'tast.fingerprint-mcu-dragonclaw'
9 ATTRIBUTES = 'suite:fingerprint-mcu-dragonclaw'
14 Run the Tast tests which run in suite:fingerprint-mcu-dragonclaw.
16 "group:fingerprint-mcu-dragonclaw" indicates tests that run on standalone Dragonclaw
30 '"group:fingerprint-mcu" && '
/external/coreboot/src/soc/mediatek/common/include/soc/
Dmcu_common.h13 void (*reset)(struct mtk_mcu *mcu); /* The reset callback */
16 enum cb_err mtk_init_mcu(struct mtk_mcu *mcu);
Ddpm.h51 void dpm_reset(struct mtk_mcu *mcu);
/external/pytorch/torch/csrc/jit/mobile/
Dimport.cpp207 mobile::CompilationUnit& mcu);
210 std::shared_ptr<mobile::CompilationUnit> mcu);
308 mobile::CompilationUnit& mcu) { in parseMethods() argument
412 mcu.register_function(std::move(function)); in parseMethods()
440 auto mcu = std::make_shared<mobile::CompilationUnit>(); in deserialize() local
451 auto bvals = std::move(readArchive("bytecode", mcu).toTupleRef()).elements(); in deserialize()
457 std::move(readArchive("mobile_debug_handles", mcu).toTupleRef()) in deserialize()
462 parseMethods(std::move(bvals), std::move(debug_handles), *mcu); in deserialize()
463 auto m = mobile::Module(readArchive("data", mcu).toObject(), mcu); in deserialize()
476 std::shared_ptr<mobile::CompilationUnit> mcu) { in readArchive() argument
[all …]
Dimport_data.cpp40 std::shared_ptr<mobile::CompilationUnit> mcu,
52 auto mcu = std::make_shared<mobile::CompilationUnit>(); in deserialize() local
54 return readArchive("data", mcu, device); in deserialize()
59 std::shared_ptr<mobile::CompilationUnit> mcu, in readArchive() argument
104 auto setstate = mcu->find_function(method_name); in readArchive()
/external/coreboot/src/soc/mediatek/mt8186/
DMakefile.mk44 ramstage-y += ../common/mcu.c
64 mcu-firmware-files := \
68 $(foreach fw, $(call strip_quotes,$(mcu-firmware-files)), \
/external/coreboot/src/soc/mediatek/mt8192/
DMakefile.mk42 ramstage-y += ../common/mcu.c
63 mcu-firmware-files := \
70 $(foreach fw, $(call strip_quotes,$(mcu-firmware-files)), \
/external/coreboot/src/soc/mediatek/mt8195/
DMakefile.mk54 ramstage-y += ../common/mcu.c
79 mcu-firmware-files := \
86 $(foreach fw, $(call strip_quotes,$(mcu-firmware-files)), \
/external/coreboot/src/soc/mediatek/mt8188/
DMakefile.mk46 ramstage-y += ../common/mcu.c
70 mcu-firmware-files := \
77 $(foreach fw, $(call strip_quotes,$(mcu-firmware-files)), \
/external/pigweed/third_party/tinyusb/
Dtinyusb.gni22 # the mcu. This should set a public config with at least CFG_TUSB_MCU defined
23 # for the mcu port.
/external/pytorch/torch/csrc/jit/mobile/train/
Dexport_data.cpp111 auto mcu = std::make_shared<mobile::CompilationUnit>(); in tensor_dict_to_mobile() local
112 return mobile::Module(object, mcu); in tensor_dict_to_mobile()
/external/autotest/server/hosts/
Dservo_host.py1109 mcu = match.group(self.MCU_GROUP).lower()
1112 mcu = mcu.replace('/', '.')
1114 if mcu not in mcu_files:
1116 mcu_file_template % mcu)
1117 mcu_files[mcu] = open(mcu_file, 'a')
1118 fd = mcu_files[mcu]
1168 for mcu in ['servo_micro', 'servo_v4', 'servo_v4p1']:
1169 ctrl = '%s_uart_cmd' % mcu
1172 mcu)
1177 'logs. %s', mcu, str(e))
/external/autotest/server/site_tests/servo_LogGrab/
Dservo_LogGrab.py272 for mcu in ['servo_v4', 'servo_micro']:
273 mcu_path = os.path.join(final_instance_dir_path, '%s.txt' % mcu)
/external/autotest/test_suites/
Dcontrol.fingerprint-mcu-dragonclaw6 NAME = "fingerprint-mcu-dragonclaw"
/external/pytorch/torch/csrc/jit/serialization/
Dexport_bytecode.cpp367 std::shared_ptr<mobile::CompilationUnit> mcu = in jitModuleToMobile() local
386 mcu->register_function(std::move(mobile_func)); in jitModuleToMobile()
389 mobile::Module m(module._ivalue(), mcu); in jitModuleToMobile()
/external/coreboot/src/soc/mediatek/mt8183/
DMakefile.mk55 ramstage-y += ../common/mcu.c
/external/openthread/tests/toranj/
Dstart.sh274 run ncp/test-100-mcu-power-state.py
/external/autotest/site_utils/
Dattribute_allowlist.txt223 suite:fingerprint-mcu-dragonclaw
/external/trusty/arm-trusted-firmware/fdts/
Dstm32mp151.dtsi231 compatible = "st,stm32mp151-pwr-mcu", "syscon";

12