Lines Matching +full:0 +full:x3f8

3  * VPIF is a receiver and transmitter for video data. It has two channels(0, 1)
62 .ycmux_mode = 0,
69 .capture_format = 0,
70 .vbi_supported = 0,
79 .ycmux_mode = 0,
86 .capture_format = 0,
87 .vbi_supported = 0,
96 .ycmux_mode = 0,
103 .capture_format = 0,
104 .vbi_supported = 0,
113 .ycmux_mode = 0,
120 .capture_format = 0,
121 .vbi_supported = 0,
129 .frm_fmt = 0,
130 .ycmux_mode = 0,
140 .capture_format = 0,
141 .vbi_supported = 0,
149 .frm_fmt = 0,
150 .ycmux_mode = 0,
160 .capture_format = 0,
161 .vbi_supported = 0,
170 .ycmux_mode = 0,
177 .capture_format = 0,
178 .vbi_supported = 0,
188 .frm_fmt = 0,
199 .capture_format = 0,
201 .hd_sd = 0,
208 .frm_fmt = 0,
219 .capture_format = 0,
221 .hd_sd = 0,
251 VPIF_CH0_IMG_ADD_OFST, 0, 0, 0, 0, 0x1FFF, 0xFFF,
258 VPIF_CH1_IMG_ADD_OFST, 0, 0, 0, 0, 0x1FFF, 0xFFF,
266 VPIF_CH2_VANC1_STRT, VPIF_CH2_VANC1_SIZE, 0x7FF, 0x7FF,
274 VPIF_CH3_VANC1_STRT, VPIF_CH3_VANC1_SIZE, 0x7FF, 0x7FF,
358 value &= ~(0x3u << in config_vpif_params()
388 regw(0x80, VPIF_REQ_SIZE); in vpif_set_video_params()
389 regw(0x01, VPIF_EMULATION_CTRL); in vpif_set_video_params()
400 value = 0x3F8 & (vbiparams->hstart0); in vpif_set_vbi_display_params()
401 value |= 0x3FFFFFF & ((vbiparams->vstart0) << 16); in vpif_set_vbi_display_params()
404 value = 0x3F8 & (vbiparams->hstart1); in vpif_set_vbi_display_params()
405 value |= 0x3FFFFFF & ((vbiparams->vstart1) << 16); in vpif_set_vbi_display_params()
408 value = 0x3F8 & (vbiparams->hsize0); in vpif_set_vbi_display_params()
409 value |= 0x3FFFFFF & ((vbiparams->vsize0) << 16); in vpif_set_vbi_display_params()
412 value = 0x3F8 & (vbiparams->hsize1); in vpif_set_vbi_display_params()
413 value |= 0x3FFFFFF & ((vbiparams->vsize1) << 16); in vpif_set_vbi_display_params()
432 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in vpif_probe()
451 return 0; in vpif_probe()
457 res_irq = platform_get_resource(pdev, IORESOURCE_IRQ, 0); in vpif_probe()
494 return 0; in vpif_probe()
500 return 0; in vpif_remove()
507 return 0; in vpif_suspend()
513 return 0; in vpif_resume()