| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_dsi.c | 74 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 D | rk628_dsi.h | 136 #define PHY_RSTZ BIT(1) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin/ |
| H A D | dw_drm_dsi.c | 291 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 D | rk_mipi.c | 227 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 D | dw_dsi_reg.h | 20 #define PHY_RSTZ 0xA0 /* D-PHY reset control */ macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 116 #define PHY_RSTZ DSI_HOST_BITS(0x0a0, 1, 1) macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_dsi.h | 132 #define PHY_RSTZ BIT(1) macro
|
| H A D | rk628_dsi.c | 985 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 D | rk628_dsi.c | 146 #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 D | dw_mipi_dsi.c | 159 #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 D | dw-mipi-dsi.c | 192 #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 D | dw-mipi-dsi-rockchip.c | 35 #define PHY_RSTZ 0 macro
|
| H A D | rockchip-mipi-csi-tx.c | 46 #define PHY_RSTZ 0 macro
|