Lines Matching full:scaled
49 /* Convert a divider into the scaled divisor value it represents. */
56 * Build a scaled divider value as close as possible to the
73 /* The scaled minimum divisor representable by a divider */
83 /* The scaled maximum divisor representable by a divider */
97 * Convert a scaled divisor into its divider representation as
109 /* Return a rate scaled for use when dividing by a scaled divisor. */
555 /* Read a divider value and return the scaled divisor it represents. */
572 /* Return the scaled divisor value it represents */ in divider_read_scaled()
577 * Convert a divider's scaled divisor value into its recorded form
607 /* Convert the scaled divisor to the value we need to record */ in __div_commit()
700 * If there is a pre-divider, divide the scaled parent rate in clk_recalc_rate()
721 * Get the scaled divisor value, and divide the scaled in clk_recalc_rate()
737 * If scaled_div is non-null, it is used to return the scaled divisor
756 * If there is a pre-divider, divide the scaled parent rate in round_rate()
1149 * Get the scaled divisor value needed to achieve a clock in kona_peri_clk_set_rate()