aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parrot/video/avi_regmap/avi_isp_vlformat_40to32.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/parrot/video/avi_regmap/avi_isp_vlformat_40to32.h')
-rw-r--r--drivers/parrot/video/avi_regmap/avi_isp_vlformat_40to32.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/drivers/parrot/video/avi_regmap/avi_isp_vlformat_40to32.h b/drivers/parrot/video/avi_regmap/avi_isp_vlformat_40to32.h
new file mode 100644
index 00000000000000..2d636e69cbf75f
--- /dev/null
+++ b/drivers/parrot/video/avi_regmap/avi_isp_vlformat_40to32.h
@@ -0,0 +1,33 @@
+/*********************************************************************
+ * avi_isp_vlformat_40to32 register map
+ *
+ * Vendor: Parrot
+ * Library: AVI
+ * Version: P7R3
+ * Gen-date: (Date of generation of this C code, not the IP-Xact file)
+ * 2014-02-28
+ *
+ * WARNING: This code is automatically generated from the hardware
+ * IP-Xact XML files. Do not edit directly.
+ *********************************************************************/
+
+#ifndef _AVI_ISP_VLFORMAT_40TO32_H_
+#define _AVI_ISP_VLFORMAT_40TO32_H_
+
+#define AVI_ISP_VLFORMAT_40TO32_FORMAT 0x00
+
+union avi_isp_vlformat_40to32_format
+{
+ struct
+ {
+ uint32_t format : 3;
+ };
+ uint32_t _register;
+};
+
+struct avi_isp_vlformat_40to32_regs
+{
+ union avi_isp_vlformat_40to32_format format; /* 0x000 */
+};
+
+#endif /* _AVI_VLFORMAT_40TO32_H_ */