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...] |