Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ocotp.c File Reference
#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 u32mxs_get_ocotp (void)
 

Macro Definition Documentation

#define BM_OCOTP_CTRL_BUSY   (1 << 8)

Definition at line 26 of file ocotp.c.

#define BM_OCOTP_CTRL_ERROR   (1 << 9)

Definition at line 27 of file ocotp.c.

#define BM_OCOTP_CTRL_RD_BANK_OPEN   (1 << 12)

Definition at line 28 of file ocotp.c.

#define OCOTP_WORD_COUNT   0x20

Definition at line 24 of file ocotp.c.

#define OCOTP_WORD_OFFSET   0x20

Definition at line 23 of file ocotp.c.

Function Documentation

const u32* mxs_get_ocotp ( void  )

Definition at line 33 of file ocotp.c.