Lines Matching refs:desc
168 unsigned char *desc = sb + 8; in cypress_atacb_passthrough() local
207 desc[0] = 0x09; /* ATA_RETURN_DESCRIPTOR */ in cypress_atacb_passthrough()
211 desc[1] = 12; in cypress_atacb_passthrough()
214 desc[ 2] = 0x00; in cypress_atacb_passthrough()
215 desc[ 3] = regs[1]; /* features */ in cypress_atacb_passthrough()
216 desc[ 5] = regs[2]; /* sector count */ in cypress_atacb_passthrough()
217 desc[ 7] = regs[3]; /* lba low */ in cypress_atacb_passthrough()
218 desc[ 9] = regs[4]; /* lba med */ in cypress_atacb_passthrough()
219 desc[11] = regs[5]; /* lba high */ in cypress_atacb_passthrough()
220 desc[12] = regs[6]; /* device */ in cypress_atacb_passthrough()
221 desc[13] = regs[7]; /* command */ in cypress_atacb_passthrough()