save_cmnd 75 drivers/usb/storage/cypress_atacb.c unsigned char save_cmnd[MAX_COMMAND_SIZE]; save_cmnd 82 drivers/usb/storage/cypress_atacb.c memcpy(save_cmnd, srb->cmnd, sizeof(save_cmnd)); save_cmnd 86 drivers/usb/storage/cypress_atacb.c if (save_cmnd[1] >> 5) /* MULTIPLE_COUNT */ save_cmnd 89 drivers/usb/storage/cypress_atacb.c switch ((save_cmnd[1] >> 1) & 0xf) { save_cmnd 114 drivers/usb/storage/cypress_atacb.c if (save_cmnd[0] == ATA_16) { save_cmnd 115 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 6] = save_cmnd[ 4]; /* features */ save_cmnd 116 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 7] = save_cmnd[ 6]; /* sector count */ save_cmnd 117 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 8] = save_cmnd[ 8]; /* lba low */ save_cmnd 118 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 9] = save_cmnd[10]; /* lba med */ save_cmnd 119 drivers/usb/storage/cypress_atacb.c srb->cmnd[10] = save_cmnd[12]; /* lba high */ save_cmnd 120 drivers/usb/storage/cypress_atacb.c srb->cmnd[11] = save_cmnd[13]; /* device */ save_cmnd 121 drivers/usb/storage/cypress_atacb.c srb->cmnd[12] = save_cmnd[14]; /* command */ save_cmnd 123 drivers/usb/storage/cypress_atacb.c if (save_cmnd[1] & 0x01) {/* extended bit set for LBA48 */ save_cmnd 125 drivers/usb/storage/cypress_atacb.c if (save_cmnd[3] || save_cmnd[5] || save_cmnd[7] || save_cmnd[9] save_cmnd 126 drivers/usb/storage/cypress_atacb.c || save_cmnd[11]) save_cmnd 130 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 6] = save_cmnd[3]; /* features */ save_cmnd 131 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 7] = save_cmnd[4]; /* sector count */ save_cmnd 132 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 8] = save_cmnd[5]; /* lba low */ save_cmnd 133 drivers/usb/storage/cypress_atacb.c srb->cmnd[ 9] = save_cmnd[6]; /* lba med */ save_cmnd 134 drivers/usb/storage/cypress_atacb.c srb->cmnd[10] = save_cmnd[7]; /* lba high */ save_cmnd 135 drivers/usb/storage/cypress_atacb.c srb->cmnd[11] = save_cmnd[8]; /* device */ save_cmnd 136 drivers/usb/storage/cypress_atacb.c srb->cmnd[12] = save_cmnd[9]; /* command */ save_cmnd 164 drivers/usb/storage/cypress_atacb.c save_cmnd[2] & 0x20) { save_cmnd 234 drivers/usb/storage/cypress_atacb.c memcpy(srb->cmnd, save_cmnd, sizeof(save_cmnd));