Searched refs: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) macro266 reg = set_field_u32(reg, OCOTP_CTRL_ADDR, OCOTP_ADDR(bank, word)); in ocotp_write_fuse()