Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/sh/
H A Dclock.c94 int sh3_clock_intr(void *);
288 CPU_IS_SH3 ? sh3_clock_intr : sh4_clock_intr, NULL, "clock"); in cpu_startclock()
327 sh3_clock_intr(void *arg) /* trap frame */ in sh3_clock_intr() function