Searched refs:hob_nsect (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_promise.h138 buf[i++] = tf->hob_nsect;
H A Dsata_svw.c159 writew(tf->nsect | (((u16)tf->hob_nsect) << 8),
203 tf->hob_nsect = nsect >> 8;
H A Dsata_vsc.c177 writew(tf->nsect | (((u16)tf->hob_nsect) << 8),
221 tf->hob_nsect = nsect >> 8;
H A Dpata_ns87415.c252 tf->hob_nsect = ioread8(ioaddr->nsect_addr);
H A Dpata_samsung_cf.c169 ata_outb(ap->host, tf->hob_nsect, ioaddr->nsect_addr);
206 tf->hob_nsect = ata_inb(ap->host, ioaddr->nsect_addr);
H A Dpata_via.c381 iowrite8(tf->hob_nsect, ioaddr->nsect_addr);
387 tf->hob_nsect,
H A Dpata_octeon_cf.c367 tf->hob_nsect = blob & 0xff;
436 __raw_writew(tf->hob_nsect | tf->hob_lbal << 8, base + 2);
440 tf->hob_nsect,
H A Dpata_scc.c290 out_be32(ioaddr->nsect_addr, tf->hob_nsect);
296 tf->hob_nsect,
359 tf->hob_nsect = in_be32(ioaddr->nsect_addr);
H A Dsata_inic162x.c194 u8 hob_nsect; /* ATA Ex. Sector Count */ member in struct:inic_cpb
500 cpb->hob_nsect = qc->tf.hob_nsect;
H A Dpata_bf54x.c695 tf->hob_nsect);
702 tf->hob_nsect,
765 tf->hob_nsect = read_atapi_register(base, ATA_REG_NSECT);
H A Dlibata-eh.c1391 tf.hob_nsect = sectors >> 8;
1451 tf->hob_nsect = buf[13];
2384 cmd->hob_feature, cmd->hob_nsect,
2389 res->hob_feature, res->hob_nsect,
H A Dlibata-scsi.c1006 desc[4] = tf->hob_nsect;
1540 tf->hob_nsect = (n_block >> 8) & 0xff;
2821 tf->hob_nsect = cdb[5];
2982 tf->hob_nsect = (size / 512) >> 8;
H A Dpdc_adma.c348 buf[i++] = qc->tf.hob_nsect;
H A Dlibata-sff.c427 iowrite8(tf->hob_nsect, ioaddr->nsect_addr);
433 tf->hob_nsect,
491 tf->hob_nsect = ioread8(ioaddr->nsect_addr);
H A Dlibata-core.c568 fis[13] = tf->hob_nsect;
604 tf->hob_nsect = fis[13];
794 tf->hob_nsect = (n_block >> 8) & 0xff;
H A Dsata_dwc_460ex.c344 dev_vdbg(host_pvt.dwc_dev, "hob_feature: 0x%02x hob_nsect: 0x%x "
346 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam,
H A Dsata_mv.c2016 * NCQ. NCQ will drop hob_nsect, which is not needed there
2025 mv_crqb_pack_cmd(cw++, tf->hob_nsect, ATA_REG_NSECT, 0);
2113 (tf->hob_nsect << 8)
H A Dsata_nv.c756 cpb[idx++] = cpu_to_le16((ATA_REG_NSECT << 8) | tf->hob_nsect);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Data.h482 u8 hob_nsect; /* to support LBA48 */ member in struct:ata_taskfile
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dipr.h496 u8 hob_nsect; member in struct:ipr_ioarcb_ata_regs
607 u8 hob_nsect; member in struct:ipr_ioasa_gata
H A Dipr.c5904 regs->hob_nsect = tf->hob_nsect;
6141 tf->hob_nsect = g->hob_nsect;

Completed in 136 milliseconds