Home
last modified time | relevance | path

Searched refs:PHY_LP2HS_TIME (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h112 #define PHY_LP2HS_TIME DSI_HOST_BITS(0x09c, 8, 16) macro
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_dsi.h127 #define PHY_LP2HS_TIME(x) UPDATE(x, 23, 16) macro
H A Drk628_dsi.c1069 PHY_HS2LP_TIME(0x14) | PHY_LP2HS_TIME(0x10) | in rk628_dsi_bridge_pre_enable()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_dsi.h131 #define PHY_LP2HS_TIME(x) UPDATE(x, 23, 16) macro
H A Drk628_dsi.c138 PHY_HS2LP_TIME(0x14) | PHY_LP2HS_TIME(0x10) | in rk628_dsi_pre_enable()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_mipi.c163 rk_mipi_dsi_write(regs, PHY_LP2HS_TIME, 0x10); in rk_mipi_dsi_enable()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk618_dsi.c90 #define PHY_LP2HS_TIME(x) UPDATE(x, 23, 16) macro
648 value = PHY_HS2LP_TIME(20) | PHY_LP2HS_TIME(16) | MAX_RD_TIME(10000); in rk618_dsi_pre_enable()
H A Ddw_mipi_dsi2.c81 #define PHY_LP2HS_TIME(x) UPDATE(x, 28, 0) macro
1009 dsi_write(dsi2, DSI2_PHY_LP2HS_MAN_CFG, PHY_LP2HS_TIME(tmp)); in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
H A Ddw_mipi_dsi.c153 #define PHY_LP2HS_TIME(lbcc) (((lbcc) & 0xff) << 16) macro
1070 | PHY_LP2HS_TIME(0x10) | MAX_RD_TIME(10000)); in dw_mipi_dsi_dphy_timing_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_dsi.c99 #define PHY_LP2HS_TIME(x) UPDATE(x, 23, 16) macro
654 value = PHY_HS2LP_TIME(20) | PHY_LP2HS_TIME(16) | MAX_RD_TIME(10000); in rk618_dsi_pre_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c182 #define PHY_LP2HS_TIME(lbcc) (((lbcc) & 0xff) << 16) macro
803 PHY_LP2HS_TIME(timing.data_lp2hs) | in dw_mipi_dsi_dphy_timing_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_dsi.c141 #define PHY_LP2HS_TIME(x) UPDATE(x, 23, 16) macro
1034 PHY_HS2LP_TIME(0x14) | PHY_LP2HS_TIME(0x10) | in rk628_dsi_pre_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c92 #define PHY_LP2HS_TIME(x) UPDATE(x, 28, 0) macro
657 regmap_write(dsi2->regmap, DSI2_PHY_LP2HS_MAN_CFG, PHY_LP2HS_TIME(tmp)); in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
H A Drockchip-mipi-csi-tx.c38 #define PHY_LP2HS_TIME(lbcc) (((lbcc) & 0xff) << 16) macro