Searched refs:pcihp_debug (Results 1 – 2 of 2) sorted by relevance
93 int pcihp_debug = 1; variable95 { if (pcihp_debug >= (level)) printf args; }97 { if (pcihp_debug >= (level)) fprintf args; }
194 static int pcihp_debug = 0; variable195 #define PCIHP_DEBUG(args) if (pcihp_debug >= 1) cmn_err args196 #define PCIHP_DEBUG2(args) if (pcihp_debug >= 2) cmn_err args