Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/sunxi/ | |
sunxi_ccu_display.c | 50 int rate, rate_x2; local in function:sunxi_ccu_lcdxch0_set_rate 56 rate_x2 = (clk_round_rate(clkp, new_rate / 2) * 2); 57 diff_x2 = abs(new_rate - rate_x2); 59 if (rate == 0 && rate_x2 == 0) 84 int rate, rate_x2; local in function:sunxi_ccu_lcdxch0_round_rate 90 rate_x2 = (clk_round_rate(clkp, try_rate / 2) * 2); 91 diff_x2 = abs(try_rate - rate_x2); 94 return rate_x2; |
sunxi_ccu_display.c | 50 int rate, rate_x2; local in function:sunxi_ccu_lcdxch0_set_rate 56 rate_x2 = (clk_round_rate(clkp, new_rate / 2) * 2); 57 diff_x2 = abs(new_rate - rate_x2); 59 if (rate == 0 && rate_x2 == 0) 84 int rate, rate_x2; local in function:sunxi_ccu_lcdxch0_round_rate 90 rate_x2 = (clk_round_rate(clkp, try_rate / 2) * 2); 91 diff_x2 = abs(try_rate - rate_x2); 94 return rate_x2; |