Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/hisilicon/kirin/
Ddw_dsi_reg.h23 #define PHY_UNSHUTDOWNZ BIT(0) macro
Ddw_drm_dsi.c426 writel(PHY_ENABLECLK | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()
428 writel(PHY_ENABLECLK | PHY_UNRSTZ | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()
/linux-6.1.9/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c189 #define PHY_UNSHUTDOWNZ BIT(0) macro
826 PHY_UNRSTZ | PHY_UNSHUTDOWNZ); in dw_mipi_dsi_dphy_enable()
/linux-6.1.9/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c37 #define PHY_UNSHUTDOWNZ BIT(0) macro