Searched defs:PHY_STOP_WAIT_TIME (Results 1 – 10 of 10) 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
|
| /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
|
| /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
|
| H A D | dw_mipi_dsi.c | 164 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro
|
| /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
|
| /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
|
| /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
|
| /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
|