HomeSort by: relevance | last modified time | path
    Searched defs:tmp_rate (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/nxp/
imx_ccm_div.c 90 const u_int tmp_rate = prate / (n + 1); local
91 const int diff = (int)rate - (int)tmp_rate;
  /src/sys/arch/arm/sunxi/
sunxi_twi.c 100 const u_int tmp_rate = local
102 if (tmp_rate <= rate && tmp_rate > best_rate) {
103 best_rate = tmp_rate;
sunxi_hdmiphy.c 379 const u_int tmp_rate = parent_rate / (prediv + 1); local
380 const int diff = new_rate - tmp_rate;
381 if (diff >= 0 && tmp_rate > best_rate) {
382 best_rate = tmp_rate;
  /src/sys/arch/arm/samsung/
exynos5410_clock.c 802 u_int tmp_rate; local
810 tmp_rate = parent_rate / (tmp_div + 1);
811 if (tmp_rate <= rate) {
exynos5422_clock.c 849 u_int tmp_rate; local
857 tmp_rate = parent_rate / (tmp_div + 1);
858 if (tmp_rate <= rate) {

Completed in 19 milliseconds