Searched refs:DELAY_DEFAULT (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.c | 314 #define DELAY_DEFAULT 1000 macro 373 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; 382 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 386 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 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}; 831 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; 1156 setup[setup_count].delay = DELAY_DEFAULT; 1205 setup[setup_count].delay = DELAY_DEFAULT; 1224 setup[setup_count].delay = DELAY_DEFAULT;
|