1
0
Fork 0

mc34704: Add the definition of ONOFFA bit

ONOFFA is the bit 3 of the GENERAL2 register.

Add its definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
utp
Fabio Estevam 2015-02-21 17:22:49 -02:00 committed by Stefano Babic
parent b9cb64825b
commit bcc5ea24c4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ enum {
/* GENERAL2 register fields */
#define ONOFFE (1 << 0)
#define ONOFFD (1 << 1)
#define ONOFFA (1 << 3)
#define ALLOFF (1 << 4)
#endif /* __MC34704_H__ */