Lines Matching refs:command
130 unsigned char *command = us->iobuf;
134 /* send command */
135 memset(command, 0, 8);
136 command[5] = 0xB0;
137 command[7] = 0x80;
139 DMA_TO_DEVICE, command, 8);
193 unsigned char *command = us->iobuf;
241 command[0] = 0;
242 command[1] = LSB_of(address>>16);
243 command[2] = LSB_of(address>>8);
244 command[3] = LSB_of(address);
246 command[4] = 0;
247 command[5] = 0xB0;
248 command[6] = LSB_of(pages << (1 - info->smallpageshift));
249 command[7] = 0x85;
251 /* send command */
253 DMA_TO_DEVICE, command, 8);
312 unsigned char *command = us->iobuf;
365 command[4] = 0;
411 command[4] = 0x40;
416 command[1] = LSB_of(address>>16);
417 command[2] = LSB_of(address>>8);
418 command[3] = LSB_of(address);
420 /* set the lba into the command, modulo 1000 */
421 command[0] = LSB_of(lba % 1000);
422 command[6] = MSB_of(lba % 1000);
424 command[4] |= LSB_of(pages >> info->smallpageshift);
425 command[5] = 0xB0;
426 command[7] = 0x86;
428 /* send command */
430 DMA_TO_DEVICE, command, 8);
517 unsigned char *command = us->iobuf;
520 memset(command, 0, 8);
521 command[5] = 0xB0;
522 command[7] = 0x84;
523 result = sddr55_bulk_transport(us, DMA_TO_DEVICE, command, 8);
644 unsigned char *command = us->iobuf;
660 memset(command, 0, 8);
661 command[5] = 0xB0;
662 command[6] = numblocks * 2 / 256;
663 command[7] = 0x8A;
665 result = sddr55_bulk_transport(us, DMA_TO_DEVICE, command, 8);
679 result = sddr55_bulk_transport(us, DMA_FROM_DEVICE, command, 2);
910 set_sense_info (5, 0x24, 0); /* invalid field in command */
944 set_sense_info (5, 0x24, 0); /* invalid field in command */
973 set_sense_info (5, 0x20, 0); /* illegal command */