Searched refs:resolution (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/pwm/
H A Dpwm-mtk.c81 u64 resolution; local
86 /* Using resolution in picosecond gets accuracy higher */
87 resolution = (u64)NSEC_PER_SEC * 1000;
88 do_div(resolution, clk_get_rate(&priv->pwm_clks[channel]));
89 cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, resolution);
91 resolution *= 2;
94 resolution);
98 resolution = (u64)NSEC_PER_SEC * 1000 * 1625;
99 do_div(resolution,
102 (u64)period_ns * 1000, resolution);
[all...]
/u-boot/include/
H A Defi.h297 u32 resolution; member in struct:efi_time_cap
/u-boot/lib/efi_loader/
H A Defi_runtime.c327 capabilities->resolution = 1; /* 1 Hz */
/u-boot/drivers/video/exynos/
H A Dexynos_fb.c92 unsigned int resolution; member in struct:exynos_fb_priv

Completed in 145 milliseconds