Searched refs:xvtc_gen_write (Results 1 – 1 of 1) sorted by relevance
/drivers/media/platform/xilinx/ |
D | xilinx-vtc.c | 168 static inline void xvtc_gen_write(struct xvtc_device *xvtc, u32 addr, u32 value) in xvtc_gen_write() function 192 xvtc_gen_write(xvtc, XVTC_POLARITY, in xvtc_generator_start() 201 xvtc_gen_write(xvtc, XVTC_ENCODING, 0); in xvtc_generator_start() 206 xvtc_gen_write(xvtc, XVTC_ACTIVE_SIZE, in xvtc_generator_start() 209 xvtc_gen_write(xvtc, XVTC_HSIZE, config->hsize); in xvtc_generator_start() 210 xvtc_gen_write(xvtc, XVTC_VSIZE, config->vsize); in xvtc_generator_start() 211 xvtc_gen_write(xvtc, XVTC_HSYNC, in xvtc_generator_start() 214 xvtc_gen_write(xvtc, XVTC_F0_VBLANK_H, 0); in xvtc_generator_start() 215 xvtc_gen_write(xvtc, XVTC_F0_VSYNC_V, in xvtc_generator_start() 218 xvtc_gen_write(xvtc, XVTC_F0_VSYNC_H, 0); in xvtc_generator_start()
|