Home
last modified time | relevance | path

Searched refs:PHY_RSTZ (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_dsi.c74 dsi_update_bits(rk628, 0, DSI_PHY_RSTZ, PHY_RSTZ, 0); in mipi_dphy_power_on_dsi()
91 dsi_update_bits(rk628, 0, DSI_PHY_RSTZ, PHY_RSTZ, PHY_RSTZ); in mipi_dphy_power_on_dsi()
H A Drk628_dsi.h136 #define PHY_RSTZ BIT(1) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin/
H A Ddw_drm_dsi.c291 writel(0, base + PHY_RSTZ); in dsi_set_mipi_phy()
337 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/u-boot/drivers/video/rockchip/
H A Drk_mipi.c227 rk_mipi_dsi_write(regs, PHY_RSTZ, 0); in rk_mipi_phy_enable()
329 rk_mipi_dsi_write(regs, PHY_RSTZ, 1); in rk_mipi_phy_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h20 #define PHY_RSTZ 0xA0 /* D-PHY reset control */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h116 #define PHY_RSTZ DSI_HOST_BITS(0x0a0, 1, 1) macro
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_dsi.h132 #define PHY_RSTZ BIT(1) macro
H A Drk628_dsi.c985 dsi_update_bits(rk628, dsi, DSI_PHY_RSTZ, PHY_RSTZ, 0); in mipi_dphy_power_on()
1003 dsi_update_bits(rk628, dsi, DSI_PHY_RSTZ, PHY_RSTZ, PHY_RSTZ); in mipi_dphy_power_on()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_dsi.c146 #define PHY_RSTZ BIT(1) macro
470 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_RSTZ, 0); in mipi_dphy_rstz_assert()
476 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_RSTZ, PHY_RSTZ); in mipi_dphy_rstz_deassert()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_mipi_dsi.c159 #define PHY_RSTZ BIT(1) macro
379 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_RSTZ, 0); in mipi_dphy_rstz_assert()
385 dsi_update_bits(dsi, DSI_PHY_RSTZ, PHY_RSTZ, PHY_RSTZ); in mipi_dphy_rstz_deassert()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c192 #define PHY_RSTZ 0 macro
827 | PHY_RSTZ | PHY_SHUTDOWNZ); in dw_mipi_dsi_dphy_init()
869 dsi_write(dsi, DSI_PHY_RSTZ, PHY_RSTZ); in dw_mipi_dsi_post_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c35 #define PHY_RSTZ 0 macro
H A Drockchip-mipi-csi-tx.c46 #define PHY_RSTZ 0 macro