Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dtda998x_drv.c404 #define TDA19988 0x0301 macro
1299 if (priv->rev == TDA19988) in tda998x_connector_get_modes()
1304 if (priv->rev == TDA19988) in tda998x_connector_get_modes()
1393 /* TDA19988 dotclock can go up to 165MHz */ in tda998x_bridge_mode_valid()
1396 if (mode->clock > ((priv->rev == TDA19988) ? 165000 : 150000)) in tda998x_bridge_mode_valid()
1606 * TDA19988 requires high-active sync at input stage, in tda998x_bridge_mode_set()
1637 if (priv->rev == TDA19988) { in tda998x_bridge_mode_set()
1842 case TDA19988: in tda998x_create()
1843 dev_info(dev, "found TDA19988"); in tda998x_create()