Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clocksource/
Dtimer-microchip-pit64b.c284 u32 pres, best_pres = 0; in mchp_pit64b_init_mode() local
302 best_pres = pres; in mchp_pit64b_init_mode()
317 best_pres = pres; in mchp_pit64b_init_mode()
325 timer->mode |= MCHP_PIT64B_PRES_TO_MODE(best_pres); in mchp_pit64b_init_mode()
328 timer->mode & MCHP_PIT64B_MR_SGCLK ? "gclk" : "pclk", best_pres, in mchp_pit64b_init_mode()
330 gclk_round / (best_pres + 1) : pclk_rate / (best_pres + 1)); in mchp_pit64b_init_mode()