Searched refs:xvtc_gen_write (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/xilinx/
H A Dxilinx-vtc.c168 static inline void xvtc_gen_write(struct xvtc_device *xvtc, u32 addr, u32 value) xvtc_gen_write() function
192 xvtc_gen_write(xvtc, XVTC_POLARITY, xvtc_generator_start()
201 xvtc_gen_write(xvtc, XVTC_ENCODING, 0); xvtc_generator_start()
206 xvtc_gen_write(xvtc, XVTC_ACTIVE_SIZE, xvtc_generator_start()
209 xvtc_gen_write(xvtc, XVTC_HSIZE, config->hsize); xvtc_generator_start()
210 xvtc_gen_write(xvtc, XVTC_VSIZE, config->vsize); xvtc_generator_start()
211 xvtc_gen_write(xvtc, XVTC_HSYNC, xvtc_generator_start()
214 xvtc_gen_write(xvtc, XVTC_F0_VBLANK_H, 0); xvtc_generator_start()
215 xvtc_gen_write(xvtc, XVTC_F0_VSYNC_V, xvtc_generator_start()
218 xvtc_gen_write(xvtc, XVTC_F0_VSYNC_H, 0); xvtc_generator_start()

Completed in 30 milliseconds