Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dmha.c215 #define SPC_CMDS(str) do {if (mha_debug & SPC_SHOWCMDS) printf str;} while (0) macro
227 #define SPC_CMDS(str) macro
/netbsd-src/sys/dev/ic/
H A Dmb89352var.h226 #define SPC_CMDS(s) SPC_PRINT(SPC_SHOWCMDS, s) macro