Searched refs:VSTREAM_ENABLE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | ti-sn65dsi86.c | 56 #define VSTREAM_ENABLE BIT(3) macro 414 regmap_update_bits(pdata->regmap, SN_ENH_FRAME_REG, VSTREAM_ENABLE, 0); in ti_sn_bridge_disable() 779 regmap_update_bits(pdata->regmap, SN_ENH_FRAME_REG, VSTREAM_ENABLE, in ti_sn_bridge_enable() 780 VSTREAM_ENABLE); in ti_sn_bridge_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ti-sn65dsi86.c | 65 #define VSTREAM_ENABLE BIT(3) macro 820 regmap_update_bits(pdata->regmap, SN_ENH_FRAME_REG, VSTREAM_ENABLE, 0); in ti_sn_bridge_atomic_disable() 1161 regmap_update_bits(pdata->regmap, SN_ENH_FRAME_REG, VSTREAM_ENABLE, in ti_sn_bridge_atomic_enable() 1162 VSTREAM_ENABLE); in ti_sn_bridge_atomic_enable()
|
Completed in 6 milliseconds