Lines Matching +full:0 +full:x3f8
3 * VPIF is a receiver and transmitter for video data. It has two channels(0, 1)
69 .ycmux_mode = 0,
76 .capture_format = 0,
77 .vbi_supported = 0,
86 .ycmux_mode = 0,
93 .capture_format = 0,
94 .vbi_supported = 0,
103 .ycmux_mode = 0,
110 .capture_format = 0,
111 .vbi_supported = 0,
120 .ycmux_mode = 0,
127 .capture_format = 0,
128 .vbi_supported = 0,
136 .frm_fmt = 0,
137 .ycmux_mode = 0,
147 .capture_format = 0,
148 .vbi_supported = 0,
156 .frm_fmt = 0,
157 .ycmux_mode = 0,
167 .capture_format = 0,
168 .vbi_supported = 0,
177 .ycmux_mode = 0,
184 .capture_format = 0,
185 .vbi_supported = 0,
195 .frm_fmt = 0,
206 .capture_format = 0,
208 .hd_sd = 0,
215 .frm_fmt = 0,
226 .capture_format = 0,
228 .hd_sd = 0,
258 VPIF_CH0_IMG_ADD_OFST, 0, 0, 0, 0, 0x1FFF, 0xFFF,
265 VPIF_CH1_IMG_ADD_OFST, 0, 0, 0, 0, 0x1FFF, 0xFFF,
273 VPIF_CH2_VANC1_STRT, VPIF_CH2_VANC1_SIZE, 0x7FF, 0x7FF,
281 VPIF_CH3_VANC1_STRT, VPIF_CH3_VANC1_SIZE, 0x7FF, 0x7FF,
365 value &= ~(0x3u << in config_vpif_params()
395 regw(0x80, VPIF_REQ_SIZE); in vpif_set_video_params()
396 regw(0x01, VPIF_EMULATION_CTRL); in vpif_set_video_params()
407 value = 0x3F8 & (vbiparams->hstart0); in vpif_set_vbi_display_params()
408 value |= 0x3FFFFFF & ((vbiparams->vstart0) << 16); in vpif_set_vbi_display_params()
411 value = 0x3F8 & (vbiparams->hstart1); in vpif_set_vbi_display_params()
412 value |= 0x3FFFFFF & ((vbiparams->vstart1) << 16); in vpif_set_vbi_display_params()
415 value = 0x3F8 & (vbiparams->hsize0); in vpif_set_vbi_display_params()
416 value |= 0x3FFFFFF & ((vbiparams->vsize0) << 16); in vpif_set_vbi_display_params()
419 value = 0x3F8 & (vbiparams->hsize1); in vpif_set_vbi_display_params()
420 value |= 0x3FFFFFF & ((vbiparams->vsize1) << 16); in vpif_set_vbi_display_params()
449 vpif_base = devm_platform_ioremap_resource(pdev, 0); in vpif_probe()
468 endpoint = of_graph_get_endpoint_by_regs(pdev->dev.of_node, 0, -1); in vpif_probe()
470 return 0; in vpif_probe()
477 irq = platform_get_irq(pdev, 0); in vpif_probe()
478 if (irq < 0) { in vpif_probe()
526 return 0; in vpif_probe()
559 return 0; in vpif_suspend()
565 return 0; in vpif_resume()