Searched refs:HSYNC_POL (Results 1 – 9 of 9) sorted by relevance
40 #define HSYNC_POL 1 macro
40 #define HSYNC_POL 0 macro
37 #define HSYNC_POL 1 macro
242 features: .byte 0x18+(VSYNC_POL<<2)+(HSYNC_POL<<1)
65 #define HSYNC_POL BIT(13) macro
247 mask = HSYNC_POL | VSYNC_POL; in mtk_dpi_config_pol()248 pol = (dpi_pol->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 : HSYNC_POL) | in mtk_dpi_config_pol()
Completed in 15 milliseconds