HomeSort by: relevance | last modified time | path
    Searched refs:ncr53c9x_debug (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
ncr53c9xvar.h 68 /* #define NCR53C9X_DEBUG 1 */
126 #if NCR53C9X_DEBUG > 1
130 #if NCR53C9X_DEBUG > 1
209 #ifdef NCR53C9X_DEBUG
210 extern int ncr53c9x_debug;
212 do {if (ncr53c9x_debug & NCR_SHOWECBS) printf str;} while (0)
214 do {if (ncr53c9x_debug & NCR_SHOWMISC) printf str;} while (0)
216 do {if (ncr53c9x_debug & NCR_SHOWINTS) printf str;} while (0)
218 do {if (ncr53c9x_debug & NCR_SHOWTRAC) printf str;} while (0)
220 do {if (ncr53c9x_debug & NCR_SHOWCMDS) printf str;} while (0
    [all...]
ncr53c9x.c 98 int ncr53c9x_debug = NCR_SHOWMISC; /*NCR_SHOWPHASE|NCR_SHOWMISC|NCR_SHOWTRAC|NCR_SHOWCMDS;*/ variable in typeref:typename:int
1245 #ifdef NCR53C9X_DEBUG
1246 if (ncr53c9x_debug & NCR_SHOWTRAC) {
1401 #ifdef NCR53C9X_DEBUG
1408 if (ncr53c9x_debug & NCR_SHOWTRAC) {
1424 #ifdef NCR53C9X_DEBUG
1426 if (ncr53c9x_debug & NCR_SHOWMSGS) {
1766 #ifdef NCR53C9X_DEBUG
1810 #ifdef NCR53C9X_DEBUG
2041 if (ncr53c9x_debug & NCR_SHOWMSGS)
    [all...]
  /src/sys/arch/amiga/dev/
bzsc.c 171 extern int ncr53c9x_debug;
222 /* Use next 16 bits of -I argument to set ncr53c9x_debug flags */
223 ncr53c9x_debug |= (scsi_nosync >> shift_nosync) & 0xffff;
bzivsc.c 163 extern int ncr53c9x_debug;
214 /* Use next 16 bits of -I argument to set ncr53c9x_debug flags */
215 ncr53c9x_debug |= (scsi_nosync >> shift_nosync) & 0xffff;
bztzsc.c 165 extern int ncr53c9x_debug;
216 /* Use next 16 bits of -I argument to set ncr53c9x_debug flags */
217 ncr53c9x_debug |= (scsi_nosync >> shift_nosync) & 0xffff;
cbiisc.c 159 extern int ncr53c9x_debug;
210 /* Use next 16 bits of -I argument to set ncr53c9x_debug flags */
211 ncr53c9x_debug |= (scsi_nosync >> shift_nosync) & 0xffff;
cbsc.c 163 extern int ncr53c9x_debug;
214 /* Use next 16 bits of -I argument to set ncr53c9x_debug flags */
215 ncr53c9x_debug |= (scsi_nosync >> shift_nosync) & 0xffff;
flsc.c 116 extern int ncr53c9x_debug;
203 ncr53c9x_debug |= (scsi_nosync >> shift_nosync) & 0xffff;
  /src/sys/arch/sun3/dev/
dma.c 315 #ifdef NCR53C9X_DEBUG
316 if (ncr53c9x_debug & NCR_SHOWDMA)
  /src/sys/arch/vax/vsa/
asc_vsbus.c 236 ncr53c9x_debug = NCR_SHOWDMA | NCR_SHOWINTS | NCR_SHOWCMDS |

Completed in 32 milliseconds