Searched refs:CCI400_CLK_DIV_RATIO (Results 1 – 2 of 2) sorted by relevance
57 writel(CCI400_SRC_PLL_PERIPH0 | CCI400_CLK_DIV_RATIO(2), in clock_init_safe()
177 #define CCI400_CLK_DIV_RATIO(n) (((n - 1) & 0x3) << 0) macro