HomeSort by: relevance | last modified time | path
    Searched refs:SPC_SHOWMISC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mb89352var.h 193 #define SPC_SHOWMISC 0x08
197 extern int spc_debug; /* SPC_SHOWSTART|SPC_SHOWMISC|SPC_SHOWTRACE; */
227 #define SPC_MISC(s) SPC_PRINT(SPC_SHOWMISC, s)
mb89352.c 174 int spc_debug = 0x00; /* SPC_SHOWSTART|SPC_SHOWMISC|SPC_SHOWTRACE; */
859 if ((spc_debug & SPC_SHOWMISC) != 0) {
1951 if ((spc_debug & SPC_SHOWMISC) != 0) {
  /src/sys/arch/x68k/dev/
mha.c 194 #define SPC_SHOWMISC 0x08
212 #define SPC_MISC(str) do {if (mha_debug & SPC_SHOWMISC) printf str;} while (0)
916 if ((mha_debug & SPC_SHOWMISC) != 0) {

Completed in 15 milliseconds