Home
last modified time | relevance | path

Searched defs:OCOTP_ADDR (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dimx_ocotp.c53 #define OCOTP_ADDR(_b, _w) (((_b) * (0x80) + (_w) * (0x10)) / 0x10) macro
55 #define OCOTP_ADDR(_b, _w) (((_b) * (0x40) + (_w) * (0x10)) / 0x10) macro