Searched refs:xvtc_gen_write (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/platform/xilinx/ |
D | xilinx-vtc.c | 165 static inline void xvtc_gen_write(struct xvtc_device *xvtc, u32 addr, u32 value) in xvtc_gen_write() function 189 xvtc_gen_write(xvtc, XVTC_POLARITY, in xvtc_generator_start() 198 xvtc_gen_write(xvtc, XVTC_ENCODING, 0); in xvtc_generator_start() 203 xvtc_gen_write(xvtc, XVTC_ACTIVE_SIZE, in xvtc_generator_start() 206 xvtc_gen_write(xvtc, XVTC_HSIZE, config->hsize); in xvtc_generator_start() 207 xvtc_gen_write(xvtc, XVTC_VSIZE, config->vsize); in xvtc_generator_start() 208 xvtc_gen_write(xvtc, XVTC_HSYNC, in xvtc_generator_start() 211 xvtc_gen_write(xvtc, XVTC_F0_VBLANK_H, 0); in xvtc_generator_start() 212 xvtc_gen_write(xvtc, XVTC_F0_VSYNC_V, in xvtc_generator_start() 215 xvtc_gen_write(xvtc, XVTC_F0_VSYNC_H, 0); in xvtc_generator_start()
|