Searched refs:snvs_conf (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-imx/imx8/
H A Dsnvs_security_sc.c529 struct snvs_security_sc_conf *snvs_conf; local
534 snvs_conf = get_snvs_config();
539 snvs_conf = &snvs_default_config;
544 snvs_conf = &snvs_passive_vcc_config;
549 snvs_conf = &snvs_passive_gnd_config;
554 snvs_conf = &snvs_active_config;
558 return !snvs_conf + !snvs_dgo_conf + !tamper_pin_conf;
566 struct snvs_security_sc_conf *snvs_conf; local
573 snvs_conf = get_snvs_config();
590 err = apply_snvs_config(snvs_conf);
[all...]

Completed in 74 milliseconds