Skip to content
Snippets Groups Projects
Commit e5eb93e7 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: add port I bits


Some people need to access port I, so make sure the pins are defined.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 8a6b2725
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,25 @@
#define PH14 0x4000
#define PH15 0x8000
/* Port J Masks */
/* Port I Masks */
#define PI0 0x0001
#define PI1 0x0002
#define PI2 0x0004
#define PI3 0x0008
#define PI4 0x0010
#define PI5 0x0020
#define PI6 0x0040
#define PI7 0x0080
#define PI8 0x0100
#define PI9 0x0200
#define PI10 0x0400
#define PI11 0x0800
#define PI12 0x1000
#define PI13 0x2000
#define PI14 0x4000
#define PI15 0x8000
/* Port I Masks */
#define PJ0 0x0001
#define PJ1 0x0002
#define PJ2 0x0004
......
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