Explorar o código

Blackfin: gptimers: add group structure for hardware register layout

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger %!s(int64=14) %!d(string=hai) anos
pai
achega
7595ac0711
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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