Home
last modified time | relevance | path

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

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