Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/samsung/
H A Dmct.c73 static u_int mct_get_timecount(struct timecounter *);
76 .tc_get_timecount = mct_get_timecount,
167 mct_get_timecount(struct timecounter *tc) in mct_get_timecount() function