Searched refs:OTP_WORDS_PER_BANK (Results 1 – 1 of 1) sorted by relevance
26 #define OTP_WORDS_PER_BANK 4 macro28 #define OTP_BIT_ADDR_OF_BANK (8 * OTP_WORD_SIZE * OTP_WORDS_PER_BANK)30 #define QAC628_OTP_SIZE (QAC628_OTP_NUM_BANKS * OTP_WORDS_PER_BANK * OTP_WORD_SIZE)85 addr_data = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()88 byte_shift = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()91 addr = addr / (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()204 (int)QAC628_OTP_NUM_BANKS, (int)OTP_WORDS_PER_BANK, in sp_ocotp_probe()