Searched refs:hob_lbah (Results 1 – 17 of 17) sorted by relevance
| /linux/include/trace/events/ |
| H A D | libata.h | 201 __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 D | sata_promise.h | 134 buf[i++] = tf->hob_lbah; in pdc_prep_lba48()
|
| H A D | sata_inic162x.c | 211 u8 hob_lbah; /* ATA Ex. Cylinder High */ member 516 cpb->hob_lbah = qc->tf.hob_lbah; in inic_qc_prep()
|
| H A D | sata_svw.c | 178 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 D | pata_ns87415.c | 281 tf->hob_lbah = ioread8(ioaddr->lbah_addr); in ns87560_tf_read()
|
| H A D | libata-scsi.c | 296 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 D | pata_ep93xx.c | 393 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 D | sata_rcar.c | 376 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 D | pata_octeon_cf.c | 413 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 D | pata_via.c | 415 iowrite8(tf->hob_lbah, ioaddr->lbah_addr); in via_tf_load()
|
| H A D | pdc_adma.c | 330 buf[i++] = qc->tf.hob_lbah; in adma_qc_prep()
|
| H A D | libata-core.c | 672 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 D | libata-sff.c | 360 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 D | libata-eh.c | 2757 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 D | sata_mv.c | 2076 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 D | sata_nv.c | 788 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 D | pata_parport.c | 236 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()
|