Home
last modified time | relevance | path

Searched refs:OTP_WORDS_PER_BANK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvmem/
H A Dsunplus-ocotp.c25 #define OTP_WORDS_PER_BANK 4 macro
27 #define OTP_BIT_ADDR_OF_BANK (8 * OTP_WORD_SIZE * OTP_WORDS_PER_BANK)
29 #define QAC628_OTP_SIZE (QAC628_OTP_NUM_BANKS * OTP_WORDS_PER_BANK * OTP_WORD_SIZE)
84 addr_data = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()
87 byte_shift = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()
90 addr = addr / (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()
201 (int)QAC628_OTP_NUM_BANKS, (int)OTP_WORDS_PER_BANK, in sp_ocotp_probe()