Searched refs:HSYNC_POL (Results 1 – 2 of 2) sorted by relevance
65 #define HSYNC_POL BIT(13) macro
246 mask = HSYNC_POL | VSYNC_POL; in mtk_dpi_config_pol()247 pol = (dpi_pol->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 : HSYNC_POL) | in mtk_dpi_config_pol()