Searched refs:DELAY_DEFAULT (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/ |
D | aha152x.c | 287 #define DELAY_DEFAULT 1000 macro 346 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; 354 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 358 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 3230 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3298 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3369 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; in aha152x_setup()
|