Lines Matching defs:command
158 unsigned char *command = us->iobuf;
191 command[0] = 0;
192 command[1] = thistime;
193 command[2] = sector & 0xFF;
194 command[3] = (sector >> 8) & 0xFF;
195 command[4] = (sector >> 16) & 0xFF;
197 command[5] = 0xE0 | ((sector >> 24) & 0x0F);
198 command[6] = 0x20;
200 // send the setup + command
202 0, 0x20, 0, 1, command, 7);
235 unsigned char *command = us->iobuf;
273 command[0] = 0;
274 command[1] = thistime;
275 command[2] = sector & 0xFF;
276 command[3] = (sector >> 8) & 0xFF;
277 command[4] = (sector >> 16) & 0xFF;
279 command[5] = 0xE0 | ((sector >> 24) & 0x0F);
280 command[6] = 0x30;
282 // send the setup + command
284 0, 0x20, 0, 1, command, 7);
324 unsigned char *command = us->iobuf;
331 command[0] = 0xE0;
332 command[1] = 0xEC;
339 0, 0x20, 0, 6, command, 2);
638 usb_stor_dbg(us, "Gah! Unknown command: %d (0x%x)\n",