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

  /src/sys/dev/hdaudio/
hdafg.c 98 #if defined(HDAFG_DEBUG)
99 static int hdafg_debug = HDAFG_DEBUG; variable in typeref:typename:int
101 static int hdafg_debug = 0; variable in typeref:typename:int
105 if (hdafg_debug) hda_print(sc, __VA_ARGS__)
107 if (hdafg_debug) hda_print1(sc, __VA_ARGS__)
2056 #if defined(HDAFG_DEBUG) && HDAFG_DEBUG > 1
2083 #if defined(HDAFG_DEBUG) && HDAFG_DEBUG >
    [all...]
hdafg.c 98 #if defined(HDAFG_DEBUG)
99 static int hdafg_debug = HDAFG_DEBUG; variable in typeref:typename:int
101 static int hdafg_debug = 0; variable in typeref:typename:int
105 if (hdafg_debug) hda_print(sc, __VA_ARGS__)
107 if (hdafg_debug) hda_print1(sc, __VA_ARGS__)
2056 #if defined(HDAFG_DEBUG) && HDAFG_DEBUG > 1
2083 #if defined(HDAFG_DEBUG) && HDAFG_DEBUG >
    [all...]

Completed in 24 milliseconds