Searched refs:TYPE_DD (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/ |
H A D | ataflop.c | 219 #define TYPE_DD 0 macro 232 { 0, TYPE_DD }, /* 1: d360 */ 234 { 1, TYPE_DD }, /* 3: D360 */ 235 { 2, TYPE_DD }, /* 4: D720 */ 236 { 1, TYPE_DD }, /* 5: h360 = D360 */ 237 { 2, TYPE_DD }, /* 6: h720 = D720 */ 244 { 10, TYPE_DD }, /* 12: h410 */ 245 { 3, TYPE_DD }, /* 13: H820 <- == D820, 82x10 */ 248 { 13, TYPE_DD }, /* 16: h420 */ 249 { 14, TYPE_DD }, /* 17: H830 */ [all …]
|