Searched refs:tc_counter_mask (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timetc.h | 56 u_int tc_counter_mask; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_tc.c | 204 tc->tc_counter_mask); in tc_delta() 1161 u = tc->tc_frequency / tc->tc_counter_mask; in tc_init() 1188 "mask", CTLFLAG_RD, &(tc->tc_counter_mask), 0, in tc_init() 1332 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup() 1392 (((uint64_t)timecounter->tc_counter_mask + 1) / 3)); in tc_windup() 1796 tcount &= pps->capth->th_counter->tc_counter_mask; in pps_event() 1839 tcount &= pps->capth->th_counter->tc_counter_mask; in pps_event() 1998 u = tc->tc_get_timecount(tc) & tc->tc_counter_mask; in tc_cpu_ticks() 2000 *base += (uint64_t)tc->tc_counter_mask + 1; in tc_cpu_ticks() 2145 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands() [all …]
|
| /f-stack/freebsd/x86/x86/ |
| H A D | delay.c | 95 mask = tc->tc_counter_mask; in delay_tc()
|
| H A D | tsc.c | 112 .tc_counter_mask = ~0u,
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_timer.c | 138 .tc_counter_mask = ~0u, 147 .tc_counter_mask = ~0u,
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_timer.c | 232 sc->tc.tc_counter_mask = ~0u; in jz4780_timer_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_systimer.c | 118 .tc_counter_mask = ~0u,
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | tick.c | 345 sc->tc.tc_counter_mask = 0xffffffff; in clock_attach()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 254 sc->tc.tc_counter_mask = ~0u; in sp804_timer_attach()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | tick.c | 363 sc->tc.tc_counter_mask = 0xffffffff; in clock_attach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 238 sc->func.tc.tc_counter_mask = ~0u; in am335x_dmtimer_tc_init()
|
| H A D | am335x_dmtpps.c | 547 sc->tc.tc_counter_mask = ~0u; in dmtpps_attach()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mpcore_timer.c | 130 .tc_counter_mask = ~0u,
|
| H A D | generic_timer.c | 120 .tc_counter_mask = ~0u,
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_gpt.c | 77 .tc_counter_mask = ~0u,
|
| H A D | imx_epit.c | 210 sc->tc.tc_counter_mask = 0xffffffff; in epit_tc_attach()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | clock.c | 576 sc->tc.tc_counter_mask = 0xffff; in attimer_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 164 .tc_counter_mask = ~0u,
|