Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED Linux Kernel Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED Linux Kernel Fork
Commits
77c90e3d
Commit
77c90e3d
authored
14 years ago
by
Mike Frysinger
Browse files
Options
Downloads
Patches
Plain Diff
Blackfin: bf54x: add MMR layout for PINT
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
ec5109e7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/blackfin/mach-bf548/include/mach/irq.h
+22
-0
22 additions, 0 deletions
arch/blackfin/mach-bf548/include/mach/irq.h
with
22 additions
and
0 deletions
arch/blackfin/mach-bf548/include/mach/irq.h
+
22
−
0
View file @
77c90e3d
...
...
@@ -474,4 +474,26 @@ Events (highest priority) EMU 0
#define IRQ_PINT2_POS 24
#define IRQ_PINT3_POS 28
#ifndef __ASSEMBLY__
#include
<linux/types.h>
/*
* bfin pint registers layout
*/
struct
bfin_pint_regs
{
u32
mask_set
;
u32
mask_clear
;
u32
irq
;
u32
assign
;
u32
edge_set
;
u32
edge_clear
;
u32
invert_set
;
u32
invert_clear
;
u32
pinstate
;
u32
latch
;
u32
__pad0
[
2
];
};
#endif
#endif
/* _BF548_IRQ_H_ */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment