Searched refs:PHY_STOP_WAIT_TIME (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_dsi_reg.h | 108 #define PHY_STOP_WAIT_TIME 0x30 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 118 #define PHY_STOP_WAIT_TIME DSI_HOST_BITS(0x0a4, 8, 8) macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_dsi.h | 135 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 15, 8) macro
|
| H A D | rk628_dsi.c | 1074 PHY_STOP_WAIT_TIME(0x20) | N_LANES(dsi->lanes - 1)); in rk628_dsi_bridge_pre_enable()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_dsi.h | 139 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 15, 8) macro
|
| H A D | rk628_dsi.c | 143 PHY_STOP_WAIT_TIME(0x20) | N_LANES(4 - 1)); in rk628_dsi_pre_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 160 rk_mipi_dsi_write(regs, PHY_STOP_WAIT_TIME, 32); in rk_mipi_dsi_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 112 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 9, 2) macro 644 value = N_LANES(dsi->lanes - 1) | PHY_STOP_WAIT_TIME(0x20); in rk618_dsi_pre_enable()
|
| H A D | dw_mipi_dsi.c | 164 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro 1078 dsi_write(dsi, DSI_PHY_IF_CFG, PHY_STOP_WAIT_TIME(0x20) | in dw_mipi_dsi_dphy_interface_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_dsi.c | 121 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 9, 2) macro 650 value = N_LANES(dsi->lanes - 1) | PHY_STOP_WAIT_TIME(0x20); in rk618_dsi_pre_enable()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-mipi-dsi.c | 198 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro 819 dsi_write(dsi, DSI_PHY_IF_CFG, PHY_STOP_WAIT_TIME(0x20) | in dw_mipi_dsi_dphy_interface_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_dsi.c | 149 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 15, 8) macro 1039 PHY_STOP_WAIT_TIME(0x20) | N_LANES(dsi->lanes - 1)); in rk628_dsi_pre_enable()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin/ |
| H A D | dw_drm_dsi.c | 253 val = (lanes - 1) | (PHY_STOP_WAIT_TIME << 8); in dsi_set_phy_timer()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi-rockchip.c | 42 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro
|