Searched refs:ODF (Results 1 – 5 of 5) sorted by relevance
1260 #define IS_DSI_PLL_ODF(ODF) (((ODF) == DSI_PLL_OUT_DIV1) || \ argument1261 ((ODF) == DSI_PLL_OUT_DIV2) || \1262 ((ODF) == DSI_PLL_OUT_DIV4) || \1263 ((ODF) == DSI_PLL_OUT_DIV8))
1306 #define IS_DSI_PLL_ODF(ODF) ((ODF) <= 511U) argument