Home | History | Annotate | Download | only in boot

Lines Matching defs:drives

151 	uint8_t drives = 0x03;
166 drives &= ~0x01;
168 drives &= ~0x02;
169 if (drives == 0)
173 drives &= ~0x01;
175 drives &= ~0x02;
176 if (drives == 0)
190 drives = __wdcwait_reset(chp, drives);
193 if (drives == 0)
197 * Test presence of drives. First test register signatures looking for
203 if ((drives & (1 << drive)) == 0)
213 drives &= ~(1 << drive);
229 return drives;