Home
last modified time | relevance | path

Searched refs:best_pres (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/clocksource/
Dtimer-microchip-pit64b.c288 u32 pres, best_pres = 0; in mchp_pit64b_init_mode() local
306 best_pres = pres; in mchp_pit64b_init_mode()
321 best_pres = pres; in mchp_pit64b_init_mode()
329 timer->mode |= MCHP_PIT64B_PRES_TO_MODE(best_pres); in mchp_pit64b_init_mode()
332 timer->mode & MCHP_PIT64B_MR_SGCLK ? "gclk" : "pclk", best_pres, in mchp_pit64b_init_mode()
334 gclk_round / (best_pres + 1) : pclk_rate / (best_pres + 1)); in mchp_pit64b_init_mode()