Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dgeneric_timer.c114 uint64_t (*get_cntxct)(bool); member
221 get_cntxct(bool physical) in get_cntxct() function
346 return (arm_tmr_sc->get_cntxct(arm_tmr_sc->physical_sys)); in arm_tmr_get_timecount()
641 sc->get_cntxct = &get_cntxct; in arm_tmr_attach()
652 sc->get_cntxct = &get_cntxct_a64_unstable; in arm_tmr_attach()
847 first = sc->get_cntxct(sc->physical_sys); in arm_tmr_do_delay()
852 while ((sc->get_cntxct(sc->physical_sys) - first) < counts) { in arm_tmr_do_delay()