OTP_WORDS_PER_BANK
(int)QAC628_OTP_NUM_BANKS, (int)OTP_WORDS_PER_BANK,
#define OTP_BIT_ADDR_OF_BANK (8 * OTP_WORD_SIZE * OTP_WORDS_PER_BANK)
#define QAC628_OTP_SIZE (QAC628_OTP_NUM_BANKS * OTP_WORDS_PER_BANK * OTP_WORD_SIZE)
addr_data = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK);
byte_shift = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK);
addr = addr / (OTP_WORD_SIZE * OTP_WORDS_PER_BANK);