Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Daha152x.c298 #define DELAY_DEFAULT 1000 macro
357 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT};
365 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0};
369 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0};
3244 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init()
3312 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init()
3383 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; in aha152x_setup()