Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h23 #define PHY_ENABLECLK BIT(2) macro
H A 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/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c190 #define PHY_ENABLECLK BIT(2) macro
/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c34 #define PHY_ENABLECLK BIT(2) macro