Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_ocotp.c32 static const struct ocotp_instance *g_ocotp; variable
90 if (bank > g_ocotp->nb_banks || word > g_ocotp->nb_words) in imx_ocotp_read()
93 assert(g_base_addr && g_ocotp); in imx_ocotp_read()
241 assert(g_base_addr && g_ocotp); in tee_otp_get_die_id()
243 if (g_ocotp->get_die_id(&uid)) in tee_otp_get_die_id()
262 g_ocotp = &ocotp_imx6q; in imx_ocotp_init()
264 g_ocotp = &ocotp_imx6sl; in imx_ocotp_init()
266 g_ocotp = &ocotp_imx6sll; in imx_ocotp_init()
268 g_ocotp = &ocotp_imx6sx; in imx_ocotp_init()
270 g_ocotp = &ocotp_imx6ul; in imx_ocotp_init()
[all …]