Lines Matching refs:drives
151 uint8_t drives = 0x03; in wdcprobe() local
166 drives &= ~0x01; in wdcprobe()
168 drives &= ~0x02; in wdcprobe()
169 if (drives == 0) in wdcprobe()
173 drives &= ~0x01; in wdcprobe()
175 drives &= ~0x02; in wdcprobe()
176 if (drives == 0) in wdcprobe()
190 drives = __wdcwait_reset(chp, drives); in wdcprobe()
193 if (drives == 0) in wdcprobe()
203 if ((drives & (1 << drive)) == 0) in wdcprobe()
213 drives &= ~(1 << drive); in wdcprobe()
229 return drives; in wdcprobe()