Searched refs:pcihp_debug (Results 1 – 2 of 2) sorted by relevance
88 int pcihp_debug = 1; variable90 { if (pcihp_debug >= (level)) printf args; }92 { if (pcihp_debug >= (level)) fprintf args; }
198 static int pcihp_debug = 0; variable199 #define PCIHP_DEBUG(args) if (pcihp_debug >= 1) cmn_err args200 #define PCIHP_DEBUG2(args) if (pcihp_debug >= 2) cmn_err args