Home
last modified time | relevance | path

Searched refs:hob_nsect (Results 1 – 22 of 22) sorted by relevance

/drivers/ata/
Dsata_vsc.c177 writew(tf->nsect | (((u16)tf->hob_nsect) << 8), in vsc_sata_tf_load()
221 tf->hob_nsect = nsect >> 8; in vsc_sata_tf_read()
Dsata_promise.h138 buf[i++] = tf->hob_nsect; in pdc_prep_lba48()
Dsata_svw.c192 writew(tf->nsect | (((u16)tf->hob_nsect) << 8), in k2_sata_tf_load()
236 tf->hob_nsect = nsect >> 8; in k2_sata_tf_read()
Dsata_inic162x.c194 u8 hob_nsect; /* ATA Ex. Sector Count */ member
497 cpb->hob_nsect = qc->tf.hob_nsect; in inic_qc_prep()
Dsata_rcar.c327 iowrite32(tf->hob_nsect, ioaddr->nsect_addr); in sata_rcar_tf_load()
333 tf->hob_nsect, in sata_rcar_tf_load()
376 tf->hob_nsect = ioread32(ioaddr->nsect_addr); in sata_rcar_tf_read()
Dpata_scc.c291 out_be32(ioaddr->nsect_addr, tf->hob_nsect); in scc_tf_load()
297 tf->hob_nsect, in scc_tf_load()
360 tf->hob_nsect = in_be32(ioaddr->nsect_addr); in scc_tf_read()
Dpata_via.c413 iowrite8(tf->hob_nsect, ioaddr->nsect_addr); in via_tf_load()
419 tf->hob_nsect, in via_tf_load()
Dpata_octeon_cf.c420 tf->hob_nsect = blob & 0xff; in octeon_cf_tf_read16()
489 __raw_writew(tf->hob_nsect | tf->hob_lbal << 8, base + 2); in octeon_cf_tf_load16()
493 tf->hob_nsect, in octeon_cf_tf_load16()
Dpata_samsung_cf.c169 ata_outb(ap->host, tf->hob_nsect, ioaddr->nsect_addr); in pata_s3c_tf_load()
206 tf->hob_nsect = ata_inb(ap->host, ioaddr->nsect_addr); in pata_s3c_tf_read()
Dpata_ns87415.c279 tf->hob_nsect = ioread8(ioaddr->nsect_addr); in ns87560_tf_read()
Dpata_bf54x.c685 tf->hob_nsect); in bfin_tf_load()
692 tf->hob_nsect, in bfin_tf_load()
755 tf->hob_nsect = read_atapi_register(base, ATA_REG_NSECT); in bfin_tf_read()
Dpata_ep93xx.c388 ep93xx_pata_write_reg(drv_data, tf->hob_nsect, in ep93xx_pata_tf_load()
432 tf->hob_nsect = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
Dlibata-scsi.c1002 desc[4] = tf->hob_nsect; in ata_gen_passthru_sense()
1570 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_scsi_verify_xlat()
2909 tf->hob_nsect = cdb[5]; in ata_scsi_pass_thru()
3107 tf->hob_nsect = (size / 512) >> 8; in ata_scsi_write_same_xlat()
Dlibata-sff.c428 iowrite8(tf->hob_nsect, ioaddr->nsect_addr); in ata_sff_tf_load()
434 tf->hob_nsect, in ata_sff_tf_load()
492 tf->hob_nsect = ioread8(ioaddr->nsect_addr); in ata_sff_tf_read()
Dpdc_adma.c346 buf[i++] = qc->tf.hob_nsect; in adma_qc_prep()
Dlibata-eh.c1516 tf.hob_nsect = sectors >> 8; in ata_read_log_page()
1576 tf->hob_nsect = buf[13]; in ata_eh_read_log_10h()
2527 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report()
2532 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
Dlibata-core.c568 fis[13] = tf->hob_nsect; in ata_tf_to_fis()
604 tf->hob_nsect = fis[13]; in ata_tf_from_fis()
794 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_build_rw_tf()
Dsata_dwc_460ex.c388 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
Dsata_mv.c2065 mv_crqb_pack_cmd(cw++, tf->hob_nsect, ATA_REG_NSECT, 0); in mv_qc_prep()
2161 (tf->hob_nsect << 8) in mv_qc_prep_iie()
Dsata_nv.c811 cpb[idx++] = cpu_to_le16((ATA_REG_NSECT << 8) | tf->hob_nsect); in nv_adma_tf_to_cpb()
/drivers/scsi/
Dipr.h550 u8 hob_nsect; member
661 u8 hob_nsect; member
Dipr.c6367 regs->hob_nsect = tf->hob_nsect; in ipr_copy_sata_tf()
6661 tf->hob_nsect = g->hob_nsect; in ipr_qc_fill_rtf()