Lines Matching full:scaled
50 /* Convert a divider into the scaled divisor value it represents. */
57 * Build a scaled divider value as close as possible to the
74 /* The scaled minimum divisor representable by a divider */
84 /* The scaled maximum divisor representable by a divider */
98 * Convert a scaled divisor into its divider representation as
110 /* Return a rate scaled for use when dividing by a scaled divisor. */
556 /* Read a divider value and return the scaled divisor it represents. */
573 /* Return the scaled divisor value it represents */ in divider_read_scaled()
578 * Convert a divider's scaled divisor value into its recorded form
608 /* Convert the scaled divisor to the value we need to record */ in __div_commit()
701 * If there is a pre-divider, divide the scaled parent rate in clk_recalc_rate()
722 * Get the scaled divisor value, and divide the scaled in clk_recalc_rate()
738 * If scaled_div is non-null, it is used to return the scaled divisor
757 * If there is a pre-divider, divide the scaled parent rate in round_rate()
1150 * Get the scaled divisor value needed to achieve a clock in kona_peri_clk_set_rate()