Searched refs:PHY_HS2LP_TIME (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 111 #define PHY_HS2LP_TIME DSI_HOST_BITS(0x09c, 8, 24) macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_dsi.h | 126 #define PHY_HS2LP_TIME(x) UPDATE(x, 31, 24) macro
|
| H A D | rk628_dsi.c | 1069 PHY_HS2LP_TIME(0x14) | PHY_LP2HS_TIME(0x10) | in rk628_dsi_bridge_pre_enable()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_dsi.h | 130 #define PHY_HS2LP_TIME(x) UPDATE(x, 31, 24) macro
|
| H A D | rk628_dsi.c | 138 PHY_HS2LP_TIME(0x14) | PHY_LP2HS_TIME(0x10) | in rk628_dsi_pre_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 162 rk_mipi_dsi_write(regs, PHY_HS2LP_TIME, 0x14); in rk_mipi_dsi_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 89 #define PHY_HS2LP_TIME(x) UPDATE(x, 31, 24) macro 648 value = PHY_HS2LP_TIME(20) | PHY_LP2HS_TIME(16) | MAX_RD_TIME(10000); in rk618_dsi_pre_enable()
|
| H A D | dw_mipi_dsi2.c | 83 #define PHY_HS2LP_TIME(x) UPDATE(x, 28, 0) macro 1014 dsi_write(dsi2, DSI2_PHY_HS2LP_MAN_CFG, PHY_HS2LP_TIME(tmp)); in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
|
| H A D | dw_mipi_dsi.c | 152 #define PHY_HS2LP_TIME(lbcc) (((lbcc) & 0xff) << 24) macro 1069 dsi_write(dsi, DSI_PHY_TMR_CFG, PHY_HS2LP_TIME(0x14) in dw_mipi_dsi_dphy_timing_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_dsi.c | 98 #define PHY_HS2LP_TIME(x) UPDATE(x, 31, 24) 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 D | dw-mipi-dsi.c | 181 #define PHY_HS2LP_TIME(lbcc) (((lbcc) & 0xff) << 24) macro 802 PHY_HS2LP_TIME(timing.data_hs2lp) | in dw_mipi_dsi_dphy_timing_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_dsi.c | 140 #define PHY_HS2LP_TIME(x) UPDATE(x, 31, 24) 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 D | dw-mipi-dsi2-rockchip.c | 94 #define PHY_HS2LP_TIME(x) UPDATE(x, 28, 0) macro 662 regmap_write(dsi2->regmap, DSI2_PHY_HS2LP_MAN_CFG, PHY_HS2LP_TIME(tmp)); in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
|
| H A D | rockchip-mipi-csi-tx.c | 37 #define PHY_HS2LP_TIME(lbcc) (((lbcc) & 0xff) << 24) macro
|