Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/hisilicon/kirin/
Ddw_dsi_reg.h23 #define PHY_ENABLECLK BIT(2) macro
Ddw_drm_dsi.c423 writel(PHY_ENABLECLK, base + PHY_RSTZ); in dsi_set_mipi_phy()
425 writel(PHY_ENABLECLK | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()
427 writel(PHY_ENABLECLK | PHY_UNRSTZ | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()
/linux-6.12.1/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c188 #define PHY_ENABLECLK BIT(2) macro
913 dsi_write(dsi, DSI_PHY_RSTZ, PHY_ENFORCEPLL | PHY_ENABLECLK | in dw_mipi_dsi_dphy_enable()
/linux-6.12.1/drivers/phy/rockchip/
Dphy-rockchip-inno-dsidphy.c190 #define PHY_ENABLECLK BIT(2) macro
/linux-6.12.1/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c34 #define PHY_ENABLECLK BIT(2) macro