Home
last modified time | relevance | path

Searched refs:sx_debug (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsx.c327 static int sx_debug; variable
372 MODULE_PARM(sx_debug, "i");
403 #define sx_dprintk(f, str...) if (sx_debug & f) printk (str)
1470 if (sx_debug & SX_DEBUG_OPEN) in sx_open()
1473 if (sx_debug & SX_DEBUG_OPEN) in sx_open()
1772 sx_debug = arg; in sx_fw_ioctl()
1775 rc = sx_debug; in sx_fw_ioctl()
1969 if (sx_debug & SX_DEBUG_INIT) my_hd ((char *)(board->base), 0x10); in sx_init_board()
1971 if (sx_debug & SX_DEBUG_INIT) my_hd ((char *)(board->base + 0x80), 0x30); in sx_init_board()
2127 if (sx_debug & SX_DEBUG_PROBE) in probe_sx()
[all …]
/linux-2.4.37.9/Documentation/
Dsx.txt186 sx_debug: You can enable different sorts of debug traces with this.