Commit 7595ac07 authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: gptimers: add group structure for hardware register layout

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent a64b3848
...@@ -209,6 +209,15 @@ struct bfin_gptimer_regs { ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment