Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-k3/drivers/
H A Dti_sci.h136 int ti_sci_read_otp_mmr(uint8_t mmr_idx, uint32_t *val);
H A Dti_sci.c342 int ti_sci_read_otp_mmr(uint8_t mmr_idx, uint32_t *val) in ti_sci_read_otp_mmr() function
/optee_os/core/pta/k3/
H A Dotp.c52 ret = ti_sci_read_otp_mmr(params[0].value.a, &params[1].value.a); in read_otp_mmr()