Lines Matching +full:non +full:- +full:volatile
2 * IMX7 Secure Non-Volatile Storage
9 * See the COPYING file in the top-level directory.
44 return s->tick_offset + ticks; in imx7_snvs_get_count()
60 ret = s->lpcr; in imx7_snvs_read()
73 s->lpcr = 0; in imx7_snvs_reset()
97 s->lpcr = v; in imx7_snvs_write()
109 s->tick_offset += new_value - snvs_count; in imx7_snvs_write()
136 memory_region_init_io(&s->mmio, obj, &imx7_snvs_ops, s, in imx7_snvs_init()
139 sysbus_init_mmio(sd, &s->mmio); in imx7_snvs_init()
142 s->tick_offset = mktimegm(&tm) - in imx7_snvs_init()
151 dc->vmsd = &vmstate_imx7_snvs; in imx7_snvs_class_init()
152 dc->desc = "i.MX7 Secure Non-Volatile Storage Module"; in imx7_snvs_class_init()