Searched refs:tmp_rate (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_twi.c100 const u_int tmp_rate = local
102 if (tmp_rate <= rate && tmp_rate > best_rate) {
103 best_rate = tmp_rate;
H A Dsunxi_hdmiphy.c379 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;
/netbsd-current/sys/arch/arm/nxp/
H A Dimx_ccm_div.c90 const u_int tmp_rate = prate / (n + 1); local
91 const int diff = (int)rate - (int)tmp_rate;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos5422_clock.c847 u_int tmp_rate; local
855 tmp_rate = parent_rate / (tmp_div + 1);
856 if (tmp_rate <= rate) {
H A Dexynos5410_clock.c670 u_int tmp_rate; local
678 tmp_rate = parent_rate / (tmp_div + 1);
679 if (tmp_rate <= rate) {

Completed in 103 milliseconds