Lines Matching refs:command
167 unsigned char *command = us->iobuf; in jumpshot_read_data() local
200 command[0] = 0; in jumpshot_read_data()
201 command[1] = thistime; in jumpshot_read_data()
202 command[2] = sector & 0xFF; in jumpshot_read_data()
203 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
204 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
206 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
207 command[6] = 0x20; in jumpshot_read_data()
211 0, 0x20, 0, 1, command, 7); in jumpshot_read_data()
244 unsigned char *command = us->iobuf; in jumpshot_write_data() local
282 command[0] = 0; in jumpshot_write_data()
283 command[1] = thistime; in jumpshot_write_data()
284 command[2] = sector & 0xFF; in jumpshot_write_data()
285 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
286 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
288 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
289 command[6] = 0x30; in jumpshot_write_data()
293 0, 0x20, 0, 1, command, 7); in jumpshot_write_data()
333 unsigned char *command = us->iobuf; in jumpshot_id_device() local
340 command[0] = 0xE0; in jumpshot_id_device()
341 command[1] = 0xEC; in jumpshot_id_device()
348 0, 0x20, 0, 6, command, 2); in jumpshot_id_device()