Searched refs:PLL0_STC_BIT (Results 1 – 6 of 6) sorted by relevance
49 << PLL0_STC_BIT; in s_init()
43 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
41 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
47 << PLL0_STC_BIT; in s_init()
706 #define PLL0_STC_BIT 24 macro