Lines Matching refs:rif_conf
692 struct rif_conf_data *rif_conf = stm32_tamp_dev->pdata.conf_data; in apply_rif_config() local
705 if (BIT(i) & rif_conf->access_mask[0]) { in apply_rif_config()
734 if (BIT(i) & rif_conf->access_mask[0]) in apply_rif_config()
739 if (rif_conf->sec_conf[0] & _TAMP_SECCFGR_RIF_TAMP_SEC) in apply_rif_config()
741 if (rif_conf->sec_conf[0] & _TAMP_SECCFGR_RIF_COUNT_1) in apply_rif_config()
743 if (rif_conf->sec_conf[0] & _TAMP_SECCFGR_RIF_COUNT_2) in apply_rif_config()
746 if (rif_conf->priv_conf[0] & _TAMP_PRIVCFGR_RIF_TAMP_PRIV) in apply_rif_config()
748 if (rif_conf->priv_conf[0] & _TAMP_PRIVCFGR_RIF_R1) in apply_rif_config()
750 if (rif_conf->priv_conf[0] & _TAMP_PRIVCFGR_RIF_R2) in apply_rif_config()
761 if (!(BIT(i) & rif_conf->access_mask[0])) in apply_rif_config()
766 rif_conf->cid_confs[i]); in apply_rif_config()