Home
last modified time | relevance | path

Searched defs:SPC_MISC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/x68k/dev/
H A Dmha.c212 #define SPC_MISC(str) do {if (mha_debug & SPC_SHOWMISC) printf str;} while (0) macro
224 #define SPC_MISC(str) macro
[all...]
/netbsd-src/sys/dev/ic/
H A Dmb89352var.h227 #define SPC_MISC(s) SPC_PRINT(SPC_SHOWMISC, s) macro