瀏覽代碼

Blackfin: gptimers: add group structure for hardware register layout

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 年之前
父節點
當前提交
7595ac0711
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      arch/blackfin/include/asm/gptimers.h

+ 9 - 0
arch/blackfin/include/asm/gptimers.h

@@ -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