Searched refs:TYPE_DD (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | ataflop.c | 153 #define TYPE_DD 0 macro 164 { 0, TYPE_DD }, /* 1: d360 */ 166 { 1, TYPE_DD }, /* 3: D360 */ 167 { 2, TYPE_DD }, /* 4: D720 */ 168 { 1, TYPE_DD }, /* 5: h360 = D360 */ 169 { 2, TYPE_DD }, /* 6: h720 = D720 */ 176 { 10, TYPE_DD }, /* 12: h410 */ 177 { 3, TYPE_DD }, /* 13: H820 <- == D820, 82x10 */ 180 { 13, TYPE_DD }, /* 16: h420 */ 181 { 14, TYPE_DD }, /* 17: H830 */ [all …]
|