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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dide-floppy_ioctl.c69 unsigned int desc_start = 4 + i*8; local
74 blocks = be32_to_cpup((__be32 *)&pc_buf[desc_start]);
75 length = be16_to_cpup((__be16 *)&pc_buf[desc_start + 6]);
H A Dide-floppy.c400 unsigned int desc_start = 4 + i*8; local
402 blocks = be32_to_cpup((__be32 *)&pc_buf[desc_start]);
403 length = be16_to_cpup((__be16 *)&pc_buf[desc_start + 6]);
416 switch (pc_buf[desc_start + 4] & 0x03) {
465 pc_buf[desc_start + 4] & 0x03);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dide-floppy_ioctl.c69 unsigned int desc_start = 4 + i*8; local
74 blocks = be32_to_cpup((__be32 *)&pc_buf[desc_start]);
75 length = be16_to_cpup((__be16 *)&pc_buf[desc_start + 6]);
H A Dide-floppy.c400 unsigned int desc_start = 4 + i*8; local
402 blocks = be32_to_cpup((__be32 *)&pc_buf[desc_start]);
403 length = be16_to_cpup((__be16 *)&pc_buf[desc_start + 6]);
416 switch (pc_buf[desc_start + 4] & 0x03) {
465 pc_buf[desc_start + 4] & 0x03);

Completed in 181 milliseconds