ncr53c9x_debug     92 dev/ic/ncr53c9x.c int ncr53c9x_debug = 0; /*NCR_SHOWPHASE|NCR_SHOWMISC|NCR_SHOWTRAC|NCR_SHOWCMDS;*/
ncr53c9x_debug   1132 dev/ic/ncr53c9x.c 	if (ncr53c9x_debug & NCR_SHOWMISC) {
ncr53c9x_debug   1290 dev/ic/ncr53c9x.c 		if (ncr53c9x_debug & NCR_SHOWTRAC) {
ncr53c9x_debug   1307 dev/ic/ncr53c9x.c 	if (ncr53c9x_debug & NCR_SHOWTRAC) {
ncr53c9x_debug    210 dev/ic/ncr53c9xvar.h extern int ncr53c9x_debug;
ncr53c9x_debug    212 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWECBS) printf str;} while (0)
ncr53c9x_debug    214 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWMISC) printf str;} while (0)
ncr53c9x_debug    216 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWINTS) printf str;} while (0)
ncr53c9x_debug    218 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWTRAC) printf str;} while (0)
ncr53c9x_debug    220 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWCMDS) printf str;} while (0)
ncr53c9x_debug    222 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWSTART) printf str;}while (0)
ncr53c9x_debug    224 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWPHASE) printf str;}while (0)
ncr53c9x_debug    226 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWDMA) printf str;}while (0)
ncr53c9x_debug    228 dev/ic/ncr53c9xvar.h 	do {if (ncr53c9x_debug & NCR_SHOWMSGS) printf str;}while (0)
ncr53c9x_debug    407 dev/ic/ncr53c9xvar.h 	if (ncr53c9x_debug & NCR_SHOWCCMDS)				\