Searched refs:DSI_HOST_BITS (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | rockchip_mipi_dsi.h | 24 #define DSI_HOST_BITS(addr, bits, bit_offset) \ macro 28 #define VERSION DSI_HOST_BITS(0x000, 32, 0) 29 #define SHUTDOWNZ DSI_HOST_BITS(0x004, 1, 0) 30 #define TO_CLK_DIVISION DSI_HOST_BITS(0x008, 8, 8) 31 #define TX_ESC_CLK_DIVISION DSI_HOST_BITS(0x008, 8, 0) 32 #define DPI_VCID DSI_HOST_BITS(0x00c, 2, 0) 33 #define EN18_LOOSELY DSI_HOST_BITS(0x010, 1, 8) 34 #define DPI_COLOR_CODING DSI_HOST_BITS(0x010, 4, 0) 35 #define COLORM_ACTIVE_LOW DSI_HOST_BITS(0x014, 1, 4) 36 #define SHUTD_ACTIVE_LOW DSI_HOST_BITS(0x014, 1, 3) [all …]
|