Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h21 #define PHY_ENABLECLK BIT(2) macro
H A Ddw_drm_dsi.c424 writel(PHY_ENABLECLK, base + PHY_RSTZ); in dsi_set_mipi_phy()
426 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()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h114 #define PHY_ENABLECLK DSI_HOST_BITS(0x0a0, 1, 2) macro
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c325 rk_mipi_dsi_write(regs, PHY_ENABLECLK, 1); in rk_mipi_phy_enable()
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c185 #define PHY_ENABLECLK BIT(2) macro
827 dsi_write(dsi, DSI_PHY_RSTZ, PHY_ENFORCEPLL | PHY_ENABLECLK | in dw_mipi_dsi_dphy_enable()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c190 #define PHY_ENABLECLK BIT(2) macro
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c34 #define PHY_ENABLECLK BIT(2) macro