Searched refs:PLL0_STC_BIT (Results 1 – 6 of 6) sorted by relevance
50 << PLL0_STC_BIT; in s_init()
42 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
44 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
48 << PLL0_STC_BIT; in s_init()
706 #define PLL0_STC_BIT 24 macro