Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <asm/processor.h>
#include <mach/mxs.h>
Go to the source code of this file.
Macros | |
#define | OCOTP_WORD_OFFSET 0x20 |
#define | OCOTP_WORD_COUNT 0x20 |
#define | BM_OCOTP_CTRL_BUSY (1 << 8) |
#define | BM_OCOTP_CTRL_ERROR (1 << 9) |
#define | BM_OCOTP_CTRL_RD_BANK_OPEN (1 << 12) |
Functions | |
const u32 * | mxs_get_ocotp (void) |