VAR
mt9t112_mcu_write(ret, client, VAR(26, 0), width);
mt9t112_mcu_write(ret, client, VAR(26, 2), height);
mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width);
mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height);
mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart);
mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart);
mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart);
mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart);
mt9t112_mcu_mask_set(ret, client, VAR(26, 160), 0x0040, 0x0000);
mt9t112_mcu_write(ret, client, VAR(18, 12), 0x0024);
mt9t112_mcu_write(ret, client, VAR(18, 15), 0x00CC);
mt9t112_mcu_write(ret, client, VAR(18, 17), 0x01f1);
mt9t112_mcu_write(ret, client, VAR(18, 19), 0x00fF);
mt9t112_mcu_write(ret, client, VAR(18, 29), 0x032D);
mt9t112_mcu_write(ret, client, VAR(18, 31), 0x073a);
mt9t112_mcu_write(ret, client, VAR(18, 37), 0x07d0);
mt9t112_mcu_mask_set(ret, client, VAR(27, 160), 0x0040, 0x0000);
mt9t112_mcu_write(ret, client, VAR(18, 74), 0x004);
mt9t112_mcu_write(ret, client, VAR(18, 76), 0x004);
mt9t112_mcu_write(ret, client, VAR(18, 78), 0x60B);
mt9t112_mcu_write(ret, client, VAR(18, 80), 0x80B);
mt9t112_mcu_write(ret, client, VAR(18, 87), 0x008C);
mt9t112_mcu_write(ret, client, VAR(18, 89), 0x01F1);
mt9t112_mcu_write(ret, client, VAR(18, 91), 0x00FF);
mt9t112_mcu_write(ret, client, VAR(18, 101), 0x0668);
mt9t112_mcu_write(ret, client, VAR(18, 103), 0x0AF0);
mt9t112_mcu_write(ret, client, VAR(18, 109), 0x0AF0);
mt9t112_mcu_write(ret, client, VAR(27, 17), 0x0003);
mt9t112_mcu_write(ret, client, VAR(26, 17), 0x0003);
mt9t112_mcu_write(ret, client, VAR(18, 70), 0x0014);
mt9t112_mcu_write(ret, client, VAR(18, 142), 0x0014);
mt9t112_mcu_write(ret, client, VAR(12, 13), 0x000F);
mt9t112_mcu_write(ret, client, VAR(12, 23), 0x0F0F);
mt9t112_mcu_write(ret, client, VAR(12, 3), 0x0002);
mt9t112_mcu_write(ret, client, VAR(17, 3), 0x8001);
mt9t112_mcu_write(ret, client, VAR(17, 11), 0x0025);
mt9t112_mcu_write(ret, client, VAR(17, 13), 0x0193);
mt9t112_mcu_write(ret, client, VAR(26, 160), 0x0A2E);
mt9t112_mcu_write(ret, client, VAR(27, 160), 0x0A2E);
mt9t112_mcu_write(ret, client, VAR(27, 144), 0x0CB4);
mt9t112_mcu_write(ret, client, VAR(26, 7), priv->format->fmt);
mt9t112_mcu_write(ret, client, VAR(26, 9), priv->format->order);
#define for_each_net(VAR) \
list_for_each_entry(VAR, &net_namespace_list, list)
#define for_each_net_continue_reverse(VAR) \
list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
#define for_each_net_rcu(VAR) \
list_for_each_entry_rcu(VAR, &net_namespace_list, list)