Searched refs:DEBUG_DEFAULT (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ini9100u.c | 141 unsigned int i91u_debug = DEBUG_DEFAULT; 272 setup_debug = ints[0] >= 1 ? ints[1] : DEBUG_DEFAULT; in i91u_setup()
|
D | aha152x.c | 271 #define DEBUG_DEFAULT debug_eh macro 390 static int debug[] = {DEBUG_DEFAULT, DEBUG_DEFAULT}; 394 static int aha152x[] = {0, 11, 7, 1, 1, 1, DELAY_DEFAULT, 0, DEBUG_DEFAULT}; 398 static int aha152x1[] = {0, 11, 7, 1, 1, 1, DELAY_DEFAULT, 0, DEBUG_DEFAULT}; 834 setup[setup_count].debug = ints[0] >= 9 ? ints[9] : DEBUG_DEFAULT; 1159 setup[setup_count].debug = DEBUG_DEFAULT; 1208 setup[setup_count].debug = DEBUG_DEFAULT; 1227 setup[setup_count].debug = DEBUG_DEFAULT;
|
/linux-2.4.37.9/drivers/net/ |
D | eepro100.c | 129 #define DEBUG_DEFAULT (NETIF_MSG_DRV | \ macro 133 #define DEBUG ((debug >= 0) ? (1<<debug)-1 : DEBUG_DEFAULT)
|