Searched refs:clock_source (Results 1 – 6 of 6) sorted by relevance
66 static enum clock_id clock_source[CLOCK_TYPE_COUNT][CLOCK_MAX_MUX+1] = { enum517 *mux_bits = clock_source[*type][CLOCK_MAX_MUX]; in get_periph_clock_info()543 return clock_source[type][source]; in get_periph_clock_id()568 if (clock_source[type][mux] == parent) in get_periph_clock_source()
66 static enum clock_id clock_source[CLOCK_TYPE_COUNT][CLOCK_MAX_MUX+1] = { enum497 *mux_bits = clock_source[*type][CLOCK_MAX_MUX]; in get_periph_clock_info()523 return clock_source[type][source]; in get_periph_clock_id()548 if (clock_source[type][mux] == parent) in get_periph_clock_source()
63 static enum clock_id clock_source[CLOCK_TYPE_COUNT][CLOCK_MAX_MUX] = { enum466 return clock_source[type][source]; in get_periph_clock_id()491 if (clock_source[type][mux] == parent) in get_periph_clock_source()
767 u8 clock_source, parent_index; in generic_clk_get_rate() local772 clock_source = (tmp >> AT91_PMC_PCR_GCKCSS_OFFSET) & in generic_clk_get_rate()776 parent_index = clock_source - 1; in generic_clk_get_rate()
76 static enum clock_id clock_source[CLOCK_TYPE_COUNT][CLOCK_MAX_MUX+1] = { enum663 *mux_bits = clock_source[*type][CLOCK_MAX_MUX]; in get_periph_clock_info()689 return clock_source[type][source]; in get_periph_clock_id()714 if (clock_source[type][mux] == parent) in get_periph_clock_source()
80 static enum clock_id clock_source[CLOCK_TYPE_COUNT][CLOCK_MAX_MUX+1] = { enum755 *mux_bits = clock_source[*type][CLOCK_MAX_MUX]; in get_periph_clock_info()781 return clock_source[type][source]; in get_periph_clock_id()806 if (clock_source[type][mux] == parent) in get_periph_clock_source()
Completed in 16 milliseconds