Searched refs:PHY_RSTZ (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 227 rk_mipi_dsi_write(regs, PHY_RSTZ, 0); in rk_mipi_phy_enable() 329 rk_mipi_dsi_write(regs, PHY_RSTZ, 1); in rk_mipi_phy_enable()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 116 #define PHY_RSTZ DSI_HOST_BITS(0x0a0, 1, 1) macro
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_dsi.h | 132 #define PHY_RSTZ BIT(1) macro
|
| H A D | rk628_dsi.c | 1040 dsi_update_bits(rk628, dsi, DSI_PHY_RSTZ, PHY_RSTZ, 0); in mipi_dphy_power_on() 1058 dsi_update_bits(rk628, dsi, DSI_PHY_RSTZ, PHY_RSTZ, PHY_RSTZ); in mipi_dphy_power_on()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_mipi_dsi.c | 159 #define PHY_RSTZ BIT(1) macro 381 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_RSTZ, 0); in mipi_dphy_rstz_assert() 387 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_RSTZ, PHY_RSTZ); in mipi_dphy_rstz_deassert()
|