Skip to content

Commit

Permalink
Blackfin: gptimers: add group structure for hardware register layout
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent a64b384 commit 7595ac0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/blackfin/include/asm/gptimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7595ac0

Please sign in to comment.