Searched refs:REG_DIP_IF_FLAGS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 344 #define REG_DIP_IF_FLAGS REG(0x11, 0x0f) /* read/write */ macro 842 reg_clear(priv, REG_DIP_IF_FLAGS, bit); in tda998x_write_if() 844 reg_set(priv, REG_DIP_IF_FLAGS, bit); in tda998x_write_if() 879 reg_clear(priv, REG_DIP_IF_FLAGS, DIP_IF_FLAGS_IF1); in tda998x_write_vsi()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 345 #define REG_DIP_IF_FLAGS REG(0x11, 0x0f) /* read/write */ macro 843 reg_clear(priv, REG_DIP_IF_FLAGS, bit); in tda998x_write_if() 845 reg_set(priv, REG_DIP_IF_FLAGS, bit); in tda998x_write_if() 880 reg_clear(priv, REG_DIP_IF_FLAGS, DIP_IF_FLAGS_IF1); in tda998x_write_vsi()
|
Completed in 7 milliseconds