|
@@ -77,25 +77,25 @@ static struct cam_vfe_camif_reg_data vfe_170_camif_reg_data = {
|
|
|
.enable_diagnostic_hw = 0x1,
|
|
|
};
|
|
|
|
|
|
-struct cam_vfe_top_ver2_reg_offset_module_ctrl lens_170_reg = {
|
|
|
+static struct cam_vfe_top_ver2_reg_offset_module_ctrl lens_170_reg = {
|
|
|
.reset = 0x0000001C,
|
|
|
.cgc_ovd = 0x0000002C,
|
|
|
.enable = 0x00000040,
|
|
|
};
|
|
|
|
|
|
-struct cam_vfe_top_ver2_reg_offset_module_ctrl stats_170_reg = {
|
|
|
+static struct cam_vfe_top_ver2_reg_offset_module_ctrl stats_170_reg = {
|
|
|
.reset = 0x00000020,
|
|
|
.cgc_ovd = 0x00000030,
|
|
|
.enable = 0x00000044,
|
|
|
};
|
|
|
|
|
|
-struct cam_vfe_top_ver2_reg_offset_module_ctrl color_170_reg = {
|
|
|
+static struct cam_vfe_top_ver2_reg_offset_module_ctrl color_170_reg = {
|
|
|
.reset = 0x00000024,
|
|
|
.cgc_ovd = 0x00000034,
|
|
|
.enable = 0x00000048,
|
|
|
};
|
|
|
|
|
|
-struct cam_vfe_top_ver2_reg_offset_module_ctrl zoom_170_reg = {
|
|
|
+static struct cam_vfe_top_ver2_reg_offset_module_ctrl zoom_170_reg = {
|
|
|
.reset = 0x00000028,
|
|
|
.cgc_ovd = 0x00000038,
|
|
|
.enable = 0x0000004C,
|
|
@@ -853,7 +853,7 @@ static struct cam_vfe_bus_ver2_hw_info vfe170_bus_hw_info = {
|
|
|
.top_irq_shift = 9,
|
|
|
};
|
|
|
|
|
|
-struct cam_vfe_hw_info cam_vfe170_hw_info = {
|
|
|
+static struct cam_vfe_hw_info cam_vfe170_hw_info = {
|
|
|
.irq_reg_info = &vfe170_top_irq_reg_info,
|
|
|
|
|
|
.bus_version = CAM_VFE_BUS_VER_2_0,
|
|
@@ -866,7 +866,7 @@ struct cam_vfe_hw_info cam_vfe170_hw_info = {
|
|
|
.camif_reg = &vfe170_camif_reg,
|
|
|
|
|
|
.camif_lite_version = 0,
|
|
|
- .camif_reg = NULL,
|
|
|
+ .camif_lite_reg = NULL,
|
|
|
|
|
|
};
|
|
|
|