Lines Matching defs:conf

299 		debug("Failed to set conf id 0x%x with values ", id);
440 debug("Failed to set conf id 0x%x : 0x%.8x", _id, *_pdata);
501 debug("Failed to set conf pad 0x%x : 0x%.8x", _pad, _value);
631 struct snvs_security_sc_conf conf = {0};
636 conf.hp.lock = hextoul(argv[++idx], NULL);
637 conf.hp.secvio_ctl = hextoul(argv[++idx], NULL);
638 conf.lp.lock = hextoul(argv[++idx], NULL);
639 conf.lp.secvio_ctl = hextoul(argv[++idx], NULL);
640 conf.lp.tamper_filt_cfg = hextoul(argv[++idx], NULL);
641 conf.lp.tamper_det_cfg = hextoul(argv[++idx], NULL);
642 conf.lp.tamper_det_cfg2 = hextoul(argv[++idx], NULL);
643 conf.lp.tamper_filt1_cfg = hextoul(argv[++idx], NULL);
644 conf.lp.tamper_filt2_cfg = hextoul(argv[++idx], NULL);
645 conf.lp.act_tamper1_cfg = hextoul(argv[++idx], NULL);
646 conf.lp.act_tamper2_cfg = hextoul(argv[++idx], NULL);
647 conf.lp.act_tamper3_cfg = hextoul(argv[++idx], NULL);
648 conf.lp.act_tamper4_cfg = hextoul(argv[++idx], NULL);
649 conf.lp.act_tamper5_cfg = hextoul(argv[++idx], NULL);
650 conf.lp.act_tamper_ctl = hextoul(argv[++idx], NULL);
651 conf.lp.act_tamper_clk_ctl = hextoul(argv[++idx], NULL);
652 conf.lp.act_tamper_routing_ctl1 = hextoul(argv[++idx], NULL);
653 conf.lp.act_tamper_routing_ctl2 = hextoul(argv[++idx], NULL);
655 err = apply_snvs_config(&conf);
683 struct snvs_dgo_conf conf = {0};
688 conf.tamper_offset_ctl = hextoul(argv[++idx], NULL);
689 conf.tamper_pull_ctl = hextoul(argv[++idx], NULL);
690 conf.tamper_ana_test_ctl = hextoul(argv[++idx], NULL);
691 conf.tamper_sensor_trim_ctl = hextoul(argv[++idx], NULL);
692 conf.tamper_misc_ctl = hextoul(argv[++idx], NULL);
693 conf.tamper_core_volt_mon_ctl = hextoul(argv[++idx], NULL);
695 err = apply_snvs_dgo_config(&conf);
719 struct tamper_pin_cfg conf = {0};
724 conf.pad = dectoul(argv[++idx], NULL);
725 conf.mux_conf = hextoul(argv[++idx], NULL);
727 err = apply_tamper_pin_list_config(&conf, 1);
754 struct snvs_security_sc_conf conf = {0};
759 conf.lp.status = hextoul(argv[++idx], NULL);
760 conf.lp.tamper_det_status = hextoul(argv[++idx], NULL);
763 &conf.lp.status, NULL, NULL, NULL, NULL, 1);
768 &conf.lp.tamper_det_status, NULL, NULL, NULL, NULL, 1);