Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/pci/
Dfire.c104 static timecounter_get_t fire_get_timecount; variable
672 tc->tc_get_timecount = fire_get_timecount; in fire_attach()
686 if (fire_get_timecount(tc) - fire_get_timecount(tc) != 0) in fire_attach()
1871 fire_get_timecount(struct timecounter *tc) in fire_get_timecount() function