Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Ddw_dsi_reg.h21 #define PHY_ENABLECLK BIT(2) macro
Ddw_drm_dsi.c422 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()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c184 #define PHY_ENABLECLK BIT(2) macro
772 dsi_write(dsi, DSI_PHY_RSTZ, PHY_ENFORCEPLL | PHY_ENABLECLK | in dw_mipi_dsi_dphy_enable()
/Linux-v5.4/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c31 #define PHY_ENABLECLK BIT(2) macro