Home
last modified time | relevance | path

Searched refs:save_cmnd (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/storage/
A Dcypress_atacb.c75 unsigned char save_cmnd[MAX_COMMAND_SIZE]; in cypress_atacb_passthrough() local
82 memcpy(save_cmnd, srb->cmnd, sizeof(save_cmnd)); in cypress_atacb_passthrough()
86 if (save_cmnd[1] >> 5) /* MULTIPLE_COUNT */ in cypress_atacb_passthrough()
89 switch ((save_cmnd[1] >> 1) & 0xf) { in cypress_atacb_passthrough()
114 if (save_cmnd[0] == ATA_16) { in cypress_atacb_passthrough()
120 srb->cmnd[11] = save_cmnd[13]; /* device */ in cypress_atacb_passthrough()
125 if (save_cmnd[3] || save_cmnd[5] || save_cmnd[7] || save_cmnd[9] in cypress_atacb_passthrough()
126 || save_cmnd[11]) in cypress_atacb_passthrough()
135 srb->cmnd[11] = save_cmnd[8]; /* device */ in cypress_atacb_passthrough()
164 save_cmnd[2] & 0x20) { in cypress_atacb_passthrough()
[all …]

Completed in 4 milliseconds