Home
last modified time | relevance | path

Searched refs:hob_lbah (Results 1 – 17 of 17) sorted by relevance

/linux/include/trace/events/
H A Dlibata.h201 __field( unsigned char, hob_lbah )
221 __entry->hob_lbah = qc->tf.hob_lbah;
237 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
268 __field( unsigned char, hob_lbah )
286 __entry->hob_lbah = qc->result_tf.hob_lbah;
302 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
335 __field( unsigned char, hob_lbah )
351 __entry->hob_lbah = tf->hob_lbah;
367 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
/linux/drivers/ata/
H A Dsata_promise.h134 buf[i++] = tf->hob_lbah; in pdc_prep_lba48()
H A Dsata_inic162x.c211 u8 hob_lbah; /* ATA Ex. Cylinder High */ member
516 cpb->hob_lbah = qc->tf.hob_lbah; in inic_qc_prep()
H A Dsata_svw.c178 writew(tf->lbah | (((u16)tf->hob_lbah) << 8), in k2_sata_tf_load()
219 tf->hob_lbah = lbah >> 8; in k2_sata_tf_read()
H A Dpata_ns87415.c281 tf->hob_lbah = ioread8(ioaddr->lbah_addr); in ns87560_tf_read()
H A Dlibata-scsi.c296 desc[10] = tf->hob_lbah; in ata_scsi_set_passthru_sense_fields()
309 if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) in ata_scsi_set_passthru_sense_fields()
1457 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_verify_xlat()
3204 tf->hob_lbah = cdb[11]; in ata_scsi_pass_thru()
3245 tf->hob_lbah = cdb[14]; in ata_scsi_pass_thru()
3818 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_zbc_in_xlat()
3902 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_zbc_out_xlat()
H A Dpata_ep93xx.c393 ep93xx_pata_write_reg(drv_data, tf->hob_lbah, in ep93xx_pata_tf_load()
437 tf->hob_lbah = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
H A Dsata_rcar.c376 iowrite32(tf->hob_lbah, ioaddr->lbah_addr); in sata_rcar_tf_load()
411 tf->hob_lbah = ioread32(ioaddr->lbah_addr); in sata_rcar_tf_read()
H A Dpata_octeon_cf.c413 tf->hob_lbah = blob >> 8; in octeon_cf_tf_read16()
476 __raw_writew(tf->hob_lbam | tf->hob_lbah << 8, base + 4); in octeon_cf_tf_load16()
H A Dpata_via.c415 iowrite8(tf->hob_lbah, ioaddr->lbah_addr); in via_tf_load()
H A Dpdc_adma.c330 buf[i++] = qc->tf.hob_lbah; in adma_qc_prep()
H A Dlibata-core.c672 block |= (u64)tf->hob_lbah << 40; in ata_tf_read_block()
766 tf->hob_lbah = (block >> 40) & 0xff; in ata_build_rw_tf()
805 tf->hob_lbah = (block >> 40) & 0xff; in ata_build_rw_tf()
1188 sectors |= ((u64)(tf->hob_lbah & 0xff)) << 40; in ata_tf_to_lba48()
1291 tf.hob_lbah = (new_sectors >> 40) & 0xff; in ata_set_max_sectors()
H A Dlibata-sff.c360 iowrite8(tf->hob_lbah, ioaddr->lbah_addr); in ata_sff_tf_load()
410 tf->hob_lbah = ioread8(ioaddr->lbah_addr); in ata_sff_tf_read()
H A Dlibata-eh.c2757 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, in ata_eh_link_report()
2762 res->hob_lbal, res->hob_lbam, res->hob_lbah, in ata_eh_link_report()
H A Dsata_mv.c2076 mv_crqb_pack_cmd(cw++, tf->hob_lbah, ATA_REG_LBAH, 0); in mv_qc_prep()
2145 (tf->hob_lbah << 16) | in mv_qc_prep_iie()
H A Dsata_nv.c788 cpb[idx++] = cpu_to_le16((ATA_REG_LBAH << 8) | tf->hob_lbah); in nv_adma_tf_to_cpb()
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c236 tf->hob_lbah); in pata_parport_tf_load()
269 tf->hob_lbah = pi->proto->read_regr(pi, 0, ATA_REG_LBAH); in pata_parport_tf_read()