Searched refs:REG_DIG_RSTN (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 164 #define REG_DIG_RSTN BIT(0) macro 413 dsi_update_bits(dsi, MIPI_PHY_REG20, REG_DIG_RSTN, 0); in rk618_dsi_phy_power_on() 415 dsi_update_bits(dsi, MIPI_PHY_REG20, REG_DIG_RSTN, REG_DIG_RSTN); in rk618_dsi_phy_power_on()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_dsi.c | 172 #define REG_DIG_RSTN BIT(0) macro 402 regmap_update_bits(phy->regmap, MIPI_PHY_REG20, REG_DIG_RSTN, 0); in rk618_dsi_phy_power_on() 405 REG_DIG_RSTN, REG_DIG_RSTN); in rk618_dsi_phy_power_on()
|