Searched defs:OCOTP_ADDR (Results 1 – 1 of 1) sorted by relevance
53 #define OCOTP_ADDR(_b, _w) (((_b) * (0x80) + (_w) * (0x10)) / 0x10) macro55 #define OCOTP_ADDR(_b, _w) (((_b) * (0x40) + (_w) * (0x10)) / 0x10) macro