Home
last modified time | relevance | path

Searched defs:snvs (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.7.0/plat/imx/common/include/
Dimx_snvs.h14 struct snvs { struct
15 uint32_t hplr;
16 uint32_t hpcomr;
17 uint32_t hpcr;
18 uint32_t hpsicr;
19 uint32_t hpsvcr;
20 uint32_t hpsr;
21 uint32_t hpsvsr;
22 uint32_t hphacivr;
23 uint32_t hphacr;
[all …]
/trusted-firmware-a-3.7.0/drivers/nxp/sec_mon/
Dsnvs.c23 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in get_snvs_state() local
31 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in do_snvs_state_transition() local
47 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in transition_snvs_non_secure() local
88 struct snvs_regs *snvs = (struct snvs_regs *) (g_nxp_snvs_addr); in transition_snvs_trusted() local
/trusted-firmware-a-3.7.0/plat/imx/common/
Dimx_snvs.c14 struct snvs *snvs = (struct snvs *)SNVS_BASE; in imx_snvs_init() local