Searched refs:SX_DEBUG_PROBE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | sx.c | 2124 sx_dprintk (SX_DEBUG_PROBE, "Going to verify vpd prom at %lx.\n", in probe_sx() 2127 if (sx_debug & SX_DEBUG_PROBE) in probe_sx() 2134 if (sx_debug & SX_DEBUG_PROBE) in probe_sx() 2137 sx_dprintk (SX_DEBUG_PROBE, "checking identifier...\n"); in probe_sx() 2140 sx_dprintk (SX_DEBUG_PROBE, "Got non-SX identifier: '%s'\n", in probe_sx() 2198 sx_dprintk (SX_DEBUG_PROBE, "Going to verify SI signature hw %lx at %lx.\n", board->hw_base, in probe_si() 2201 if (sx_debug & SX_DEBUG_PROBE) in probe_si() 2394 sx_dprintk (SX_DEBUG_PROBE, "Board has %d channels\n", board->nports); in sx_init_portstructs() 2399 sx_dprintk (SX_DEBUG_PROBE, "Module at %x: %d channels\n", addr, chans); in sx_init_portstructs() 2400 sx_dprintk (SX_DEBUG_PROBE, "Port at"); in sx_init_portstructs() [all …]
|
D | sx.h | 122 #define SX_DEBUG_PROBE 0x00000100 macro
|