HomeSort by: relevance | last modified time | path
    Searched defs:lunaws_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/dev/
lunaws.c 191 /* #define LUNAWS_DEBUG */
193 #ifdef LUNAWS_DEBUG
197 uint32_t lunaws_debug = 0x00 /* | DEBUG_BUZZER | DEBUG_KBDTX | DEBUG_RXSOFT */; variable in typeref:typename:uint32_t
198 #define DPRINTF(x, y) if (lunaws_debug & (x)) printf y
lunaws.c 191 /* #define LUNAWS_DEBUG */
193 #ifdef LUNAWS_DEBUG
197 uint32_t lunaws_debug = 0x00 /* | DEBUG_BUZZER | DEBUG_KBDTX | DEBUG_RXSOFT */; variable in typeref:typename:uint32_t
198 #define DPRINTF(x, y) if (lunaws_debug & (x)) printf y

Completed in 22 milliseconds