Searched refs:PHY_RSTZ (Results 1 – 2 of 2) sorted by relevance
376 writel(0, base + PHY_RSTZ); in dsi_set_mipi_phy()422 writel(PHY_ENABLECLK, base + PHY_RSTZ); in dsi_set_mipi_phy()424 writel(PHY_ENABLECLK | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()426 writel(PHY_ENABLECLK | PHY_UNRSTZ | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()581 writel(0, base + PHY_RSTZ); in dsi_encoder_disable()
22 #define PHY_RSTZ 0xA0 /* D-PHY reset control */ macro