Home
last modified time | relevance | path

Searched refs:REG_VDP_CTRL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dtda1997x.c705 reg = io_read(sd, REG_VDP_CTRL); in tda1997x_configure_csc()
707 io_write(sd, REG_VDP_CTRL, reg); in tda1997x_configure_csc()
728 reg = io_read(sd, REG_VDP_CTRL); in tda1997x_configure_csc()
730 io_write(sd, REG_VDP_CTRL, reg); in tda1997x_configure_csc()
861 reg = io_read(sd, REG_VDP_CTRL); in tda1997x_configure_vidout()
876 io_write(sd, REG_VDP_CTRL, reg); in tda1997x_configure_vidout()
2180 reg = io_read(sd, REG_VDP_CTRL); in tda1997x_core_init()
2182 io_write(sd, REG_VDP_CTRL, reg); in tda1997x_core_init()
2671 io_write(sd, REG_VDP_CTRL, 0x1f); in tda1997x_probe()
Dtda1997x_regs.h71 #define REG_VDP_CTRL 0x0080 macro