mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
b9cb64825b
commit
bcc5ea24c4
1 changed files with 1 additions and 0 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue