Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_dsi.c72 dsi_update_bits(rk628, 0, DSI_PHY_RSTZ, PHY_ENABLECLK, 0); in mipi_dphy_power_on_dsi()
88 PHY_ENABLECLK, PHY_ENABLECLK); in mipi_dphy_power_on_dsi()
H A Drk628_dsi.h135 #define PHY_ENABLECLK BIT(2) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin/
H A Ddw_drm_dsi.c337 writel(PHY_ENABLECLK, base + PHY_RSTZ); in dsi_set_mipi_phy()
339 writel(PHY_ENABLECLK | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()
341 writel(PHY_ENABLECLK | PHY_UNRSTZ | PHY_UNSHUTDOWNZ, base + PHY_RSTZ); in dsi_set_mipi_phy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h21 #define PHY_ENABLECLK BIT(2) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk618_dsi.c110 #define PHY_ENABLECLK BIT(2) macro
652 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, PHY_ENABLECLK); in rk618_dsi_pre_enable()
709 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, 0); in rk618_dsi_post_disable()
H A Dinno_video_combo_phy.c195 #define PHY_ENABLECLK BIT(2) macro
709 host_update_bits(inno, DSI_PHY_RSTZ, PHY_ENABLECLK, PHY_ENABLECLK); in inno_video_phy_ttl_mode_enable()
H A Ddw_mipi_dsi.c158 #define PHY_ENABLECLK BIT(2) macro
355 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, PHY_ENABLECLK); in mipi_dphy_enableclk_assert()
361 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, 0); in mipi_dphy_enableclk_deassert()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-video-combo-phy.c173 #define PHY_ENABLECLK BIT(2) macro
525 host_update_bits(inno, DSI_PHY_RSTZ, PHY_ENABLECLK, PHY_ENABLECLK); in inno_video_phy_ttl_mode_enable()
H A Dphy-rockchip-inno-dsidphy.c196 #define PHY_ENABLECLK BIT(2) macro
710 host_update_bits(inno, DSI_PHY_RSTZ, PHY_ENABLECLK, PHY_ENABLECLK); in inno_dsidphy_phy_ttl_mode_enable()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h115 #define PHY_ENABLECLK DSI_HOST_BITS(0x0a0, 1, 2) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_dsi.c119 #define PHY_ENABLECLK BIT(2) macro
659 PHY_ENABLECLK, PHY_ENABLECLK); in rk618_dsi_pre_enable()
723 regmap_update_bits(dsi->regmap, DSI_PHY_RSTZ, PHY_ENABLECLK, 0); in rk618_dsi_post_disable()
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_dsi.h131 #define PHY_ENABLECLK BIT(2) macro
H A Drk628_dsi.c983 dsi_update_bits(rk628, dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, 0); in mipi_dphy_power_on()
1000 PHY_ENABLECLK, PHY_ENABLECLK); in mipi_dphy_power_on()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_dsi.c145 #define PHY_ENABLECLK BIT(2) macro
446 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, PHY_ENABLECLK); in mipi_dphy_enableclk_assert()
452 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_ENABLECLK, 0); in mipi_dphy_enableclk_deassert()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_mipi.c326 rk_mipi_dsi_write(regs, PHY_ENABLECLK, 1); in rk_mipi_phy_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c191 #define PHY_ENABLECLK BIT(2) macro
838 dsi_write(dsi, DSI_PHY_RSTZ, PHY_ENFORCEPLL | PHY_ENABLECLK | in dw_mipi_dsi_dphy_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c34 #define PHY_ENABLECLK BIT(2) macro
H A Drockchip-mipi-csi-tx.c45 #define PHY_ENABLECLK BIT(2) macro