Lines Matching defs:unit
111 * including accounting for the unit shift.
118 u8 unit = drive->dn & 1;
125 base |= unit << unit;
257 u8 unit = drive->dn & 1;
279 mode &= ~(unit ? 0x30 : 0x03);
283 mode |= unit ? 0x10 : 0x01;
307 u8 mode = 0, unit = drive->dn & 1;
320 mode &= ~(unit ? 0x30 : 0x03);
330 mode |= unit ? 0x30 : 0x03;
333 mode |= unit ? 0x20 : 0x02;