Blackfin: gptimers: add group structure for hardware register layout
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -209,6 +209,15 @@ struct bfin_gptimer_regs {
|
|||||||
u32 width;
|
u32 width;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* bfin group timer registers layout
|
||||||
|
*/
|
||||||
|
struct bfin_gptimer_group_regs {
|
||||||
|
__BFP(enable);
|
||||||
|
__BFP(disable);
|
||||||
|
u32 status;
|
||||||
|
};
|
||||||
|
|
||||||
#undef __BFP
|
#undef __BFP
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user