Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dimx_ocotp.c19 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x80) + (_w) * (0x10) + 0x400) macro
21 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x40) + (_w) * (0x10) + 0x400) macro

Completed in 3 milliseconds