Lines Matching refs:nsect
49 printk("%s: tf: feat 0x%02x nsect 0x%02x lbal 0x%02x "
51 s, cmd->tf.feature, cmd->tf.nsect,
54 printk("%s: hob: nsect 0x%02x lbal 0x%02x lbam 0x%02x lbah 0x%02x\n",
55 s, cmd->hob.nsect, cmd->hob.lbal, cmd->hob.lbam, cmd->hob.lbah);
64 cmd.tf.nsect = 0x01;
320 u8 err = ide_read_error(drive), nsect = cmd->tf.nsect;
327 ide_set_xfer_rate(drive, nsect);
420 u16 nsect)
436 if (nsect) {
438 nsect * SECTOR_SIZE, GFP_NOIO);
474 u16 nsect = 0;
589 nsect = taskout / SECTOR_SIZE;
607 nsect = taskin / SECTOR_SIZE;
619 nsect = 0;
620 else if (!nsect) {
621 nsect = (cmd.hob.nsect << 8) | cmd.tf.nsect;
623 if (!nsect) {
631 err = ide_raw_taskfile(drive, &cmd, data_buf, nsect);