Searched refs:math_log2_approx (Results 1 – 5 of 5) sorted by relevance
22 unsigned int math_log2_approx(unsigned int a);
132 unsigned int math_log2_approx(unsigned int a) in math_log2_approx() function
417 return (math_log2_approx(a) - subtrahend); in dml2_core_utils_log_and_substract_if_non_zero()
11443 return (math_log2_approx(a) - subtrahend); in log_and_substract_if_non_zero()11535 rq_regs->rq_regs_l.pte_row_height_linear = math_log2_approx(p0_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()11545 rq_regs->rq_regs_c.pte_row_height_linear = math_log2_approx(p1_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()
11755 return (math_log2_approx(a) - subtrahend); in log_and_substract_if_non_zero()11852 rq_regs->rq_regs_l.pte_row_height_linear = math_log2_approx(p0_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()11862 rq_regs->rq_regs_c.pte_row_height_linear = math_log2_approx(p1_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()
Completed in 131 milliseconds