Lines Matching full:scaled
57 /* Convert a divider into the scaled divisor value it represents. */
64 * Build a scaled divider value as close as possible to the
81 /* The scaled minimum divisor representable by a divider */
91 /* The scaled maximum divisor representable by a divider */
105 * Convert a scaled divisor into its divider representation as
117 /* Return a rate scaled for use when dividing by a scaled divisor. */
563 /* Read a divider value and return the scaled divisor it represents. */
580 /* Return the scaled divisor value it represents */ in divider_read_scaled()
585 * Convert a divider's scaled divisor value into its recorded form
615 /* Convert the scaled divisor to the value we need to record */ in __div_commit()
708 * If there is a pre-divider, divide the scaled parent rate in clk_recalc_rate()
729 * Get the scaled divisor value, and divide the scaled in clk_recalc_rate()
745 * If scaled_div is non-null, it is used to return the scaled divisor
764 * If there is a pre-divider, divide the scaled parent rate in round_rate()
1157 * Get the scaled divisor value needed to achieve a clock in kona_peri_clk_set_rate()