Searched refs:drive0 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/block/paride/ |
D | pg.c | 144 static int drive0[6] = { 0, 0, 0, -1, -1, -1 }; variable 149 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 173 module_param_array(drive0, int, NULL, 0);
|
D | pd.c | 135 static int drive0[8] = { 0, 0, 0, -1, 0, 1, -1, -1 }; variable 140 static int (*drives[4])[8] = {&drive0, &drive1, &drive2, &drive3}; 168 module_param_array(drive0, int, NULL, 0);
|
D | pcd.c | 120 static int drive0[6] = { 0, 0, 0, -1, -1, -1 }; variable 125 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 151 module_param_array(drive0, int, NULL, 0);
|
D | pf.c | 134 static int drive0[7] = { 0, 0, 0, -1, -1, -1, -1 }; variable 139 static int (*drives[4])[7] = {&drive0, &drive1, &drive2, &drive3}; 166 module_param_array(drive0, int, NULL, 0);
|
D | pt.c | 123 static int drive0[6] = { 0, 0, 0, -1, -1, -1 }; variable 128 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 156 module_param_array(drive0, int, NULL, 0);
|
/linux-2.6.39/Documentation/blockdev/ |
D | paride.txt | 166 pd.drive0=0x378,1 pf.drive0=0x278,1 pf.drive1=0x378,0,36 216 # insmod pcd drive0=0x378,1 drive1=0x3bc,1
|