Searched refs:desc_start (Results 1 - 2 of 2) sorted by relevance

/drivers/ide/
H A Dide-floppy_ioctl.c70 unsigned int desc_start = 4 + i*8; local
75 blocks = be32_to_cpup((__be32 *)&pc_buf[desc_start]);
76 length = be16_to_cpup((__be16 *)&pc_buf[desc_start + 6]);
H A Dide-floppy.c399 unsigned int desc_start = 4 + i*8; local
401 blocks = be32_to_cpup((__be32 *)&pc_buf[desc_start]);
402 length = be16_to_cpup((__be16 *)&pc_buf[desc_start + 6]);
415 switch (pc_buf[desc_start + 4] & 0x03) {
464 pc_buf[desc_start + 4] & 0x03);

Completed in 123 milliseconds