Home
last modified time | relevance | path

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

/openbmc/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,
/openbmc/linux/drivers/ata/
H A Dsata_promise.h134 buf[i++] = tf->hob_lbah; in pdc_prep_lba48()
H A Dsata_vsc.c166 writew(tf->lbah | (((u16)tf->hob_lbah) << 8), in vsc_sata_tf_load()
207 tf->hob_lbah = lbah >> 8; in vsc_sata_tf_read()
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 Dlibata-sata.c168 fis[10] = tf->hob_lbah; in ata_tf_to_fis()
206 tf->hob_lbah = fis[10]; in ata_tf_from_fis()
1335 tf->hob_lbah = buf[10]; in ata_eh_read_log_10h()
H A Dpata_ns87415.c281 tf->hob_lbah = ioread8(ioaddr->lbah_addr); in ns87560_tf_read()
H A Dlibata-scsi.c915 desc[10] = tf->hob_lbah; in ata_gen_passthru_sense()
928 if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) in ata_gen_passthru_sense()
1459 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_verify_xlat()
2934 tf->hob_lbah = cdb[11]; in ata_scsi_pass_thru()
2975 tf->hob_lbah = cdb[14]; in ata_scsi_pass_thru()
3533 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_zbc_in_xlat()
3617 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_zbc_out_xlat()
H A Dpata_ep93xx.c395 ep93xx_pata_write_reg(drv_data, tf->hob_lbah, in ep93xx_pata_tf_load()
439 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.c416 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.c640 block |= (u64)tf->hob_lbah << 40; in ata_tf_read_block()
734 tf->hob_lbah = (block >> 40) & 0xff; in ata_build_rw_tf()
773 tf->hob_lbah = (block >> 40) & 0xff; in ata_build_rw_tf()
1156 sectors |= ((u64)(tf->hob_lbah & 0xff)) << 40; in ata_tf_to_lba48()
1259 tf.hob_lbah = (new_sectors >> 40) & 0xff; in ata_set_max_sectors()
H A Dlibata-sff.c361 iowrite8(tf->hob_lbah, ioaddr->lbah_addr); in ata_sff_tf_load()
411 tf->hob_lbah = ioread8(ioaddr->lbah_addr); in ata_sff_tf_read()
H A Dlibata-eh.c2481 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, in ata_eh_link_report()
2486 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.c785 cpb[idx++] = cpu_to_le16((ATA_REG_LBAH << 8) | tf->hob_lbah); in nv_adma_tf_to_cpb()
/openbmc/u-boot/include/
H A Dlibata.h355 u8 hob_lbah; member
/openbmc/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()
/openbmc/linux/include/linux/
H A Dlibata.h532 u8 hob_lbah; member