Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dtda19988.c150 #define TBG_CNTRL_1_DWIN_DIS BIT(6) macro
396 tda19988_register_write(priv, REG_TBG_CNTRL_1, TBG_CNTRL_1_DWIN_DIS); in tda19988_enable()
491 reg = TBG_CNTRL_1_DWIN_DIS | TBG_CNTRL_1_TGL_EN; in tda19988_enable()
502 reg &= ~TBG_CNTRL_1_DWIN_DIS; in tda19988_enable()
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c240 # define TBG_CNTRL_1_DWIN_DIS (1 << 6) macro
1550 reg_write(priv, REG_TBG_CNTRL_1, TBG_CNTRL_1_DWIN_DIS); in tda998x_bridge_mode_set()
1642 reg = TBG_CNTRL_1_DWIN_DIS | TBG_CNTRL_1_TGL_EN; in tda998x_bridge_mode_set()
1667 reg &= ~TBG_CNTRL_1_DWIN_DIS; in tda998x_bridge_mode_set()