Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dtda19988.c51 #define INT_FLAGS_2_EDID_BLK_RD BIT(1) macro
347 if (val & INT_FLAGS_2_EDID_BLK_RD) in tda19988_read_edid()
641 tda19988_register_set(priv, REG_INT_FLAGS_2, INT_FLAGS_2_EDID_BLK_RD); in tda19988_probe()
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c137 # define INT_FLAGS_2_EDID_BLK_RD (1 << 1) macro
818 if ((flag2 & INT_FLAGS_2_EDID_BLK_RD) && priv->wq_edid_wait) { in tda998x_irq_thread()
1258 if (ret & INT_FLAGS_2_EDID_BLK_RD) in read_edid_block()
1794 reg_clear(priv, REG_INT_FLAGS_2, INT_FLAGS_2_EDID_BLK_RD); in tda998x_destroy()
1966 reg_set(priv, REG_INT_FLAGS_2, INT_FLAGS_2_EDID_BLK_RD); in tda998x_create()