Home
last modified time | relevance | path

Searched refs:snvs (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/imx/common/
H A Dimx_snvs.c14 struct snvs *snvs = (struct snvs *)SNVS_BASE; in imx_snvs_init() local
18 addr = (uintptr_t)&snvs->hpcomr; in imx_snvs_init()
/rk3399_ARM-atf/drivers/nxp/sec_mon/
H A Dsnvs.c23 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in get_snvs_state() local
25 return (snvs_read32(&snvs->hp_stat) & HPSTS_MASK_SSM_ST); in get_snvs_state()
31 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in do_snvs_state_transition() local
34 uint32_t val = snvs_read32(&snvs->hp_com) | state_transtion_bit; in do_snvs_state_transition()
36 snvs_write32(&snvs->hp_com, val); in do_snvs_state_transition()
47 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in transition_snvs_non_secure() local
72 if ((snvs_read32(&snvs->hp_com) & HPCOM_SSM_SFNS_DIS) == 0) { in transition_snvs_non_secure()
88 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in transition_snvs_trusted() local
103 if ((snvs_read32(&snvs->hp_com) & HPCOM_SSM_ST_DIS) == 0) { in transition_snvs_trusted()
H A Dsec_mon.mk13 SNVS_SOURCES += $(PLAT_DRIVERS_PATH)/sec_mon/snvs.c
/rk3399_ARM-atf/plat/imx/common/include/
H A Dimx_snvs.h14 struct snvs { struct
/rk3399_ARM-atf/docs/
H A Dchange-log.md4706 …- enable snvs privileged registers access ([8d150c9](https://review.trustedfirmware.org/plugins/gi…