Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
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-3.20.0/core/include/drivers/
A Dimx_ocotp.h21 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val);

Completed in 4 milliseconds