Skip to content
Snippets Groups Projects
Commit bcc5ea24 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mc34704: Add the definition of ONOFFA bit


ONOFFA is the bit 3 of the GENERAL2 register.

Add its definition.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent b9cb6482
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ enum { ...@@ -40,6 +40,7 @@ enum {
/* GENERAL2 register fields */ /* GENERAL2 register fields */
#define ONOFFE (1 << 0) #define ONOFFE (1 << 0)
#define ONOFFD (1 << 1) #define ONOFFD (1 << 1)
#define ONOFFA (1 << 3)
#define ALLOFF (1 << 4) #define ALLOFF (1 << 4)
#endif /* __MC34704_H__ */ #endif /* __MC34704_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment