|
@@ -222,14 +222,14 @@ M zr36055[1] 0001 0000c001 00000000 (zr36050[1])
|
|
|
/* ========================= */
|
|
|
|
|
|
struct vfe_polarity {
|
|
|
- int vsync_pol:1;
|
|
|
- int hsync_pol:1;
|
|
|
- int field_pol:1;
|
|
|
- int blank_pol:1;
|
|
|
- int subimg_pol:1;
|
|
|
- int poe_pol:1;
|
|
|
- int pvalid_pol:1;
|
|
|
- int vclk_pol:1;
|
|
|
+ unsigned int vsync_pol:1;
|
|
|
+ unsigned int hsync_pol:1;
|
|
|
+ unsigned int field_pol:1;
|
|
|
+ unsigned int blank_pol:1;
|
|
|
+ unsigned int subimg_pol:1;
|
|
|
+ unsigned int poe_pol:1;
|
|
|
+ unsigned int pvalid_pol:1;
|
|
|
+ unsigned int vclk_pol:1;
|
|
|
};
|
|
|
|
|
|
struct vfe_settings {
|