Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_ocotp.c83 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val) in imx_ocotp_read() function
125 res = imx_ocotp_read(1, 6, &val); in ocotp_get_die_id_mx7ulp()
130 res = imx_ocotp_read(1, 5, &val); in ocotp_get_die_id_mx7ulp()
135 res = imx_ocotp_read(1, 4, &val); in ocotp_get_die_id_mx7ulp()
140 res = imx_ocotp_read(1, 3, &val); in ocotp_get_die_id_mx7ulp()
158 res = imx_ocotp_read(0, 2, &val); in ocotp_get_die_id_mx()
163 res = imx_ocotp_read(0, 1, &val); in ocotp_get_die_id_mx()
/optee_os/core/include/drivers/
H A Dimx_ocotp.h21 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val);
/optee_os/core/pta/imx/
H A Docotp.c52 ret = imx_ocotp_read(params[0].value.a, params[0].value.b, &val); in read_fuse()