tt3650_ci_set_video_port
return tt3650_ci_set_video_port(ca, slot, /* enable */ 0);
return tt3650_ci_set_video_port(ca, slot, /* enable */ 1);
tt3650_ci_set_video_port(&state->ca, /* slot */ 0, /* enable */ 0);
return tt3650_ci_set_video_port(ca, slot, 0);
return tt3650_ci_set_video_port(ca, slot, 1);