Searched refs:nc_mainclk (Results 1 – 1 of 1) sorted by relevance
138 uint32_t nc_mainclk = beetle_round_freq(cfg->freq); in beetle_clock_control_get_subsys_rate() local140 *rate = nc_mainclk; in beetle_clock_control_get_subsys_rate()160 uint32_t nc_mainclk = 0U; in beetle_round_freq() local167 nc_mainclk = BEETLE_PLL_FREQUENCY_12MHZ; in beetle_round_freq()169 nc_mainclk = BEETLE_PLL_FREQUENCY_24MHZ; in beetle_round_freq()171 nc_mainclk = BEETLE_PLL_FREQUENCY_36MHZ; in beetle_round_freq()173 nc_mainclk = BEETLE_PLL_FREQUENCY_48MHZ; in beetle_round_freq()176 return nc_mainclk; in beetle_round_freq()