Searched refs:hob_lbam (Results 1 – 13 of 13) sorted by relevance
| /linux/include/trace/events/ |
| H A D | libata.h | 200 __field( unsigned char, hob_lbam ) 220 __entry->hob_lbam = qc->tf.hob_lbam; 237 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah, 267 __field( unsigned char, hob_lbam ) 285 __entry->hob_lbam = qc->result_tf.hob_lbam; 302 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah, 334 __field( unsigned char, hob_lbam ) 350 __entry->hob_lbam = tf->hob_lbam; 367 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
|
| /linux/drivers/ata/ |
| H A D | sata_promise.h | 130 buf[i++] = tf->hob_lbam; in pdc_prep_lba48()
|
| H A D | libata-sata.c | 167 fis[9] = tf->hob_lbam; in ata_tf_to_fis() 205 tf->hob_lbam = fis[9]; in ata_tf_from_fis() 1512 tf->hob_lbam = buf[9]; in ata_eh_read_log_10h() 1602 qc->result_tf.hob_lbam = sense[12]; in ata_eh_get_ncq_success_sense()
|
| H A D | pata_ns87415.c | 280 tf->hob_lbam = ioread8(ioaddr->lbam_addr); in ns87560_tf_read()
|
| H A D | libata-scsi.c | 293 desc[8] = tf->hob_lbam; in ata_scsi_set_passthru_sense_fields() 307 if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) in ata_scsi_set_passthru_sense_fields() 1456 tf->hob_lbam = (block >> 32) & 0xff; in ata_scsi_verify_xlat() 3352 tf->hob_lbam = cdb[9]; in ata_scsi_pass_thru() 3393 tf->hob_lbam = cdb[15]; in ata_scsi_pass_thru() 4185 tf->hob_lbam = (block >> 32) & 0xff; in ata_scsi_zbc_in_xlat() 4269 tf->hob_lbam = (block >> 32) & 0xff; in ata_scsi_zbc_out_xlat() 4878 tf->hob_lbam = (req_capacity >> 32) & 0xff; in ata_scsi_remove_element_and_truncate_xlat()
|
| H A D | pata_ep93xx.c | 395 ep93xx_pata_write_reg(drv_data, tf->hob_lbam, in ep93xx_pata_tf_load() 439 tf->hob_lbam = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
|
| H A D | sata_rcar.c | 375 iowrite32(tf->hob_lbam, ioaddr->lbam_addr); in sata_rcar_tf_load() 410 tf->hob_lbam = ioread32(ioaddr->lbam_addr); in sata_rcar_tf_read()
|
| H A D | pata_octeon_cf.c | 412 tf->hob_lbam = blob & 0xff; 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 | libata-core.c | 673 block |= (u64)tf->hob_lbam << 32; in ata_tf_read_block() 767 tf->hob_lbam = (block >> 32) & 0xff; in ata_build_rw_tf() 806 tf->hob_lbam = (block >> 32) & 0xff; in ata_build_rw_tf() 1189 sectors |= ((u64)(tf->hob_lbam & 0xff)) << 32; in ata_tf_to_lba48() 1290 tf.hob_lbam = (new_sectors >> 32) & 0xff; in ata_set_max_sectors()
|
| H A D | libata-eh.c | 2752 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, in ata_eh_link_report() 2757 res->hob_lbal, res->hob_lbam, res->hob_lbah, in ata_eh_link_report()
|
| H A D | sata_mv.c | 2074 mv_crqb_pack_cmd(cw++, tf->hob_lbam, ATA_REG_LBAM, 0); in mv_qc_prep() 2144 (tf->hob_lbam << 8) | in mv_qc_prep_iie()
|
| /linux/drivers/ata/pata_parport/ |
| H A D | pata_parport.c | 234 tf->hob_lbam); in pata_parport_tf_load() 268 tf->hob_lbam = pi->proto->read_regr(pi, 0, ATA_REG_LBAM); in pata_parport_tf_read()
|
| /linux/include/linux/ |
| H A D | libata.h | 583 u8 hob_lbam; member
|