Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/include/
H A Dmainbus.h35 #define THUNKBUS_TYPE_CLOCK 1 macro
/netbsd-src/sys/arch/usermode/dev/
H A Dclock.c85 if (taa->taa_type != THUNKBUS_TYPE_CLOCK) in clock_match()
H A Dmainbus.c96 taa.taa_type = THUNKBUS_TYPE_CLOCK; in mainbus_attach()