Searched refs:N_LANES (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 119 #define N_LANES DSI_HOST_BITS(0x0a4, 2, 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_dsi.h | 136 #define N_LANES(x) UPDATE(x, 1, 0) 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 | 140 #define N_LANES(x) UPDATE(x, 1, 0) 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 | 325 rk_mipi_dsi_write(regs, N_LANES, 0x03); in rk_mipi_phy_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 113 #define N_LANES(x) UPDATE(x, 1, 0) 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 | 163 #define N_LANES(n) ((((n) - 1) & 0x3) << 0) macro 1079 N_LANES(dsi->lanes)); in dw_mipi_dsi_dphy_interface_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_dsi.c | 122 #define N_LANES(x) UPDATE(x, 1, 0) 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 | 199 #define N_LANES(n) (((n) - 1) & 0x3) macro 820 N_LANES(dsi->lanes)); in dw_mipi_dsi_dphy_interface_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_dsi.c | 150 #define N_LANES(x) UPDATE(x, 1, 0) macro 1039 PHY_STOP_WAIT_TIME(0x20) | N_LANES(dsi->lanes - 1)); in rk628_dsi_pre_enable()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi-rockchip.c | 41 #define N_LANES(n) ((((n) - 1) & 0x3) << 0) macro
|