Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
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-6.12.1/drivers/ata/
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()
Dsata_promise.h134 buf[i++] = tf->hob_lbah; in pdc_prep_lba48()
Dsata_inic162x.c211 u8 hob_lbah; /* ATA Ex. Cylinder High */ member
516 cpb->hob_lbah = qc->tf.hob_lbah; in inic_qc_prep()
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()
Dpata_ns87415.c281 tf->hob_lbah = ioread8(ioaddr->lbah_addr); in ns87560_tf_read()
Dlibata-sata.c168 fis[10] = tf->hob_lbah; in ata_tf_to_fis()
206 tf->hob_lbah = fis[10]; in ata_tf_from_fis()
1480 tf->hob_lbah = buf[10]; in ata_eh_read_log_10h()
Dlibata-scsi.c292 desc[10] = tf->hob_lbah; in ata_scsi_set_passthru_sense_fields()
305 if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) in ata_scsi_set_passthru_sense_fields()
1464 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_verify_xlat()
2941 tf->hob_lbah = cdb[11]; in ata_scsi_pass_thru()
2982 tf->hob_lbah = cdb[14]; in ata_scsi_pass_thru()
3539 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_zbc_in_xlat()
3623 tf->hob_lbah = (block >> 40) & 0xff; in ata_scsi_zbc_out_xlat()
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()
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()
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()
Dpata_via.c416 iowrite8(tf->hob_lbah, ioaddr->lbah_addr); in via_tf_load()
Dpdc_adma.c330 buf[i++] = qc->tf.hob_lbah; in adma_qc_prep()
Dlibata-core.c627 block |= (u64)tf->hob_lbah << 40; in ata_tf_read_block()
721 tf->hob_lbah = (block >> 40) & 0xff; in ata_build_rw_tf()
760 tf->hob_lbah = (block >> 40) & 0xff; in ata_build_rw_tf()
1143 sectors |= ((u64)(tf->hob_lbah & 0xff)) << 40; in ata_tf_to_lba48()
1246 tf.hob_lbah = (new_sectors >> 40) & 0xff; in ata_set_max_sectors()
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()
Dlibata-eh.c2536 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, in ata_eh_link_report()
2541 res->hob_lbal, res->hob_lbam, res->hob_lbah, in ata_eh_link_report()
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()
Dsata_nv.c788 cpb[idx++] = cpu_to_le16((ATA_REG_LBAH << 8) | tf->hob_lbah); in nv_adma_tf_to_cpb()
/linux-6.12.1/drivers/ata/pata_parport/
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()
/linux-6.12.1/include/linux/
Dlibata.h572 u8 hob_lbah; member