/linux-4.1.27/include/trace/events/ |
D | libata.h | 162 __field( unsigned char, hob_nsect ) 185 __entry->hob_nsect = qc->tf.hob_nsect; 195 __entry->hob_feature, __entry->hob_nsect, 220 __field( unsigned char, hob_nsect ) 241 __entry->hob_nsect = qc->result_tf.hob_nsect; 251 __entry->hob_feature, __entry->hob_nsect,
|
/linux-4.1.27/drivers/ata/ |
D | sata_promise.h | 138 buf[i++] = tf->hob_nsect; in pdc_prep_lba48()
|
D | sata_vsc.c | 176 writew(tf->nsect | (((u16)tf->hob_nsect) << 8), in vsc_sata_tf_load() 220 tf->hob_nsect = nsect >> 8; in vsc_sata_tf_read()
|
D | sata_svw.c | 187 writew(tf->nsect | (((u16)tf->hob_nsect) << 8), in k2_sata_tf_load() 231 tf->hob_nsect = nsect >> 8; in k2_sata_tf_read()
|
D | sata_inic162x.c | 206 u8 hob_nsect; /* ATA Ex. Sector Count */ member 509 cpb->hob_nsect = qc->tf.hob_nsect; in inic_qc_prep()
|
D | pata_via.c | 412 iowrite8(tf->hob_nsect, ioaddr->nsect_addr); in via_tf_load() 418 tf->hob_nsect, in via_tf_load()
|
D | sata_rcar.c | 383 iowrite32(tf->hob_nsect, ioaddr->nsect_addr); in sata_rcar_tf_load() 389 tf->hob_nsect, in sata_rcar_tf_load() 432 tf->hob_nsect = ioread32(ioaddr->nsect_addr); in sata_rcar_tf_read()
|
D | pata_samsung_cf.c | 191 ata_outb(ap->host, tf->hob_nsect, ioaddr->nsect_addr); in pata_s3c_tf_load() 228 tf->hob_nsect = ata_inb(ap->host, ioaddr->nsect_addr); in pata_s3c_tf_read()
|
D | pata_octeon_cf.c | 420 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()
|
D | pata_ns87415.c | 278 tf->hob_nsect = ioread8(ioaddr->nsect_addr); in ns87560_tf_read()
|
D | pata_bf54x.c | 685 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()
|
D | pata_ep93xx.c | 387 ep93xx_pata_write_reg(drv_data, tf->hob_nsect, in ep93xx_pata_tf_load() 431 tf->hob_nsect = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
|
D | libata-scsi.c | 1032 desc[4] = tf->hob_nsect; in ata_gen_passthru_sense() 1593 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_scsi_verify_xlat() 2961 tf->hob_nsect = cdb[5]; in ata_scsi_pass_thru() 3160 tf->hob_nsect = ATA_SUBCMD_FPDMA_SEND_DSM & 0x1f; in ata_scsi_write_same_xlat() 3170 tf->hob_nsect = (size / 512) >> 8; in ata_scsi_write_same_xlat()
|
D | pdc_adma.c | 345 buf[i++] = qc->tf.hob_nsect; in adma_qc_prep()
|
D | libata-sff.c | 428 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()
|
D | libata-eh.c | 1529 tf.hob_nsect = sectors >> 8; in ata_read_log_page() 1594 tf->hob_nsect = buf[13]; in ata_eh_read_log_10h() 2552 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report() 2557 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
|
D | sata_dwc_460ex.c | 265 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
|
D | libata-core.c | 572 fis[13] = tf->hob_nsect; in ata_tf_to_fis() 608 tf->hob_nsect = fis[13]; in ata_tf_from_fis() 798 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_build_rw_tf()
|
D | sata_mv.c | 2104 mv_crqb_pack_cmd(cw++, tf->hob_nsect, ATA_REG_NSECT, 0); in mv_qc_prep() 2200 (tf->hob_nsect << 8) in mv_qc_prep_iie()
|
D | sata_nv.c | 810 cpb[idx++] = cpu_to_le16((ATA_REG_NSECT << 8) | tf->hob_nsect); in nv_adma_tf_to_cpb()
|
/linux-4.1.27/drivers/scsi/ |
D | ipr.h | 566 u8 hob_nsect; member 677 u8 hob_nsect; member
|
D | ipr.c | 6597 regs->hob_nsect = tf->hob_nsect; in ipr_copy_sata_tf() 6891 tf->hob_nsect = g->hob_nsect; in ipr_qc_fill_rtf()
|
/linux-4.1.27/include/linux/ |
D | libata.h | 562 u8 hob_nsect; /* to support LBA48 */ member
|