Lines Matching refs:command
169 unsigned char *command = us->iobuf; in jumpshot_read_data() local
202 command[0] = 0; in jumpshot_read_data()
203 command[1] = thistime; in jumpshot_read_data()
204 command[2] = sector & 0xFF; in jumpshot_read_data()
205 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
206 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
208 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
209 command[6] = 0x20; in jumpshot_read_data()
213 0, 0x20, 0, 1, command, 7); in jumpshot_read_data()
246 unsigned char *command = us->iobuf; in jumpshot_write_data() local
284 command[0] = 0; in jumpshot_write_data()
285 command[1] = thistime; in jumpshot_write_data()
286 command[2] = sector & 0xFF; in jumpshot_write_data()
287 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
288 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
290 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
291 command[6] = 0x30; in jumpshot_write_data()
295 0, 0x20, 0, 1, command, 7); in jumpshot_write_data()
335 unsigned char *command = us->iobuf; in jumpshot_id_device() local
342 command[0] = 0xE0; in jumpshot_id_device()
343 command[1] = 0xEC; in jumpshot_id_device()
350 0, 0x20, 0, 6, command, 2); in jumpshot_id_device()