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

  /src/sys/arch/arm/nxp/
imx_ccm_composite.c 134 const u_int cur_rate = prate / prediv / postdiv; local in function:imx_ccm_composite_set_rate
135 const int diff = (int)rate - (int)cur_rate;
  /src/sys/arch/arm/rockchip/
rk_cru_composite.c 184 const u_int cur_rate = prate / div; local in function:rk_cru_composite_set_rate
185 const int diff = (int)rate - (int)cur_rate;
  /src/sys/arch/arm/sunxi/
sunxi_hdmi.c 881 int cur_rate = parent_rate / m / d; local in function:sunxi_hdmi_set_videomode
882 int diff = abs(target_rate - cur_rate);

Completed in 14 milliseconds