Home
last modified time | relevance | path

Searched refs:sci_debug (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dwstsc.c90 extern int sci_debug;
91 #define QPRINTF(a) if (sci_debug > 1) printf a
229 if (sci_debug | 1) in wstsc_dma_xfer_in()
266 if (sci_debug | 1) in wstsc_dma_xfer_in()
313 if (sci_debug) in wstsc_dma_xfer_out()
366 if (sci_debug | 1) in wstsc_dma_xfer_in2()
399 if (sci_debug | 1) in wstsc_dma_xfer_in2()
458 if (sci_debug) in wstsc_dma_xfer_out2()
492 if (sci_debug) in wstsc_dma_xfer_out2()
H A Dmlhsc.c85 extern int sci_debug;
86 #define QPRINTF(a) if (sci_debug > 1) printf a
207 if (sci_debug) in mlhsc_dma_xfer_in()
243 if (sci_debug) in mlhsc_dma_xfer_in()
294 if (sci_debug) in mlhsc_dma_xfer_out()
322 if (sci_debug) in mlhsc_dma_xfer_out()
H A Divsc.c88 extern int sci_debug;
89 #define QPRINTF(a) if (sci_debug > 1) printf a
217 if (sci_debug) in ivsc_dma_xfer_in()
254 if (sci_debug) in ivsc_dma_xfer_in()
301 if (sci_debug) in ivsc_dma_xfer_out()
H A Dotgsc.c87 extern int sci_debug;
88 #define QPRINTF(a) if (sci_debug > 1) printf a
210 if (sci_debug) in otgsc_dma_xfer_in()
257 if (sci_debug) in otgsc_dma_xfer_out()
H A Dsci.c114 #define QPRINTF(a) if (sci_debug > 1) printf a
115 int sci_debug = 0; variable
422 if (sci_debug) in sci_ixfer_out()
468 if (sci_debug) in sci_ixfer_in()
H A Dempsc.c90 extern int sci_debug;
/netbsd-src/sys/arch/sh3/dev/
H A Dsci.c123 int sci_debug = 1; variable
124 #define DPRINTF(x) if (sci_debug) printf x