Lines Matching refs:g_ocotp
32 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()
272 g_ocotp = &ocotp_imx6ull; in imx_ocotp_init()
274 g_ocotp = &ocotp_imx7d; in imx_ocotp_init()
276 g_ocotp = &ocotp_imx7ulp; in imx_ocotp_init()
278 g_ocotp = &ocotp_imx8m; in imx_ocotp_init()
280 g_ocotp = &ocotp_imx8mp; in imx_ocotp_init()
282 g_ocotp = NULL; in imx_ocotp_init()