Lines Matching refs:command
115 unsigned char *command = us->iobuf; in jumpshot_read_data() local
148 command[0] = 0; in jumpshot_read_data()
149 command[1] = thistime; in jumpshot_read_data()
150 command[2] = sector & 0xFF; in jumpshot_read_data()
151 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
152 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
154 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
155 command[6] = 0x20; in jumpshot_read_data()
159 0, 0x20, 0, 1, command, 7); in jumpshot_read_data()
192 unsigned char *command = us->iobuf; in jumpshot_write_data() local
230 command[0] = 0; in jumpshot_write_data()
231 command[1] = thistime; in jumpshot_write_data()
232 command[2] = sector & 0xFF; in jumpshot_write_data()
233 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
234 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
236 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
237 command[6] = 0x30; in jumpshot_write_data()
241 0, 0x20, 0, 1, command, 7); in jumpshot_write_data()
281 unsigned char *command = us->iobuf; in jumpshot_id_device() local
288 command[0] = 0xE0; in jumpshot_id_device()
289 command[1] = 0xEC; in jumpshot_id_device()
296 0, 0x20, 0, 6, command, 2); in jumpshot_id_device()