Blackfin: gptimers: add group structure for hardware register layout
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
a64b384818
commit
7595ac0711
1 changed files with 9 additions and 0 deletions
|
@ -209,6 +209,15 @@ struct bfin_gptimer_regs {
|
|||
u32 width;
|
||||
};
|
||||
|
||||
/*
|
||||
* bfin group timer registers layout
|
||||
*/
|
||||
struct bfin_gptimer_group_regs {
|
||||
__BFP(enable);
|
||||
__BFP(disable);
|
||||
u32 status;
|
||||
};
|
||||
|
||||
#undef __BFP
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue