Go to the documentation of this file.
19 #include <asm/processor.h>
23 #define OCOTP_WORD_OFFSET 0x20
24 #define OCOTP_WORD_COUNT 0x20
26 #define BM_OCOTP_CTRL_BUSY (1 << 8)
27 #define BM_OCOTP_CTRL_ERROR (1 << 9)
28 #define BM_OCOTP_CTRL_RD_BANK_OPEN (1 << 12)
90 pr_err(
"%s: timeout in reading OCOTP\n", __func__);