Home
last modified time | relevance | path

Searched refs:hob_lbal (Results 1 – 23 of 23) sorted by relevance

/linux/include/trace/events/
A Dlibata.h168 __field( unsigned char, hob_lbal )
188 __entry->hob_lbal = qc->tf.hob_lbal;
206 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
227 __field( unsigned char, hob_lbal )
245 __entry->hob_lbal = qc->result_tf.hob_lbal;
262 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
/linux/drivers/ata/
A Dsata_vsc.c162 writew(tf->lbal | (((u16)tf->hob_lbal) << 8), in vsc_sata_tf_load()
205 tf->hob_lbal = lbal >> 8; in vsc_sata_tf_read()
A Dsata_promise.h126 buf[i++] = tf->hob_lbal; in pdc_prep_lba48()
A Dsata_inic162x.c207 u8 hob_lbal; /* ATA Ex. Sector Number */ member
516 cpb->hob_lbal = qc->tf.hob_lbal; in inic_qc_prep()
A Dsata_svw.c173 writew(tf->lbal | (((u16)tf->hob_lbal) << 8), in k2_sata_tf_load()
216 tf->hob_lbal = lbal >> 8; in k2_sata_tf_read()
A Dpata_via.c414 iowrite8(tf->hob_lbal, ioaddr->lbal_addr); in via_tf_load()
420 tf->hob_lbal, in via_tf_load()
A Dsata_rcar.c383 iowrite32(tf->hob_lbal, ioaddr->lbal_addr); in sata_rcar_tf_load()
389 tf->hob_lbal, in sata_rcar_tf_load()
432 tf->hob_lbal = ioread32(ioaddr->lbal_addr); in sata_rcar_tf_read()
A Dpata_octeon_cf.c412 tf->hob_lbal = blob >> 8; in octeon_cf_tf_read16()
480 __raw_writew(tf->hob_nsect | tf->hob_lbal << 8, base + 2); in octeon_cf_tf_load16()
485 tf->hob_lbal, in octeon_cf_tf_load16()
A Dlibata-sata.c164 fis[8] = tf->hob_lbal; in ata_tf_to_fis()
202 tf->hob_lbal = fis[8]; in ata_tf_from_fis()
1420 tf->hob_lbal = buf[8]; in ata_eh_read_log_10h()
A Dpata_samsung_cf.c190 ata_outb(ap->host, tf->hob_lbal, ioaddr->lbal_addr); in pata_s3c_tf_load()
227 tf->hob_lbal = ata_inb(ap->host, ioaddr->lbal_addr); in pata_s3c_tf_read()
A Dpata_ns87415.c279 tf->hob_lbal = ioread8(ioaddr->lbal_addr); in ns87560_tf_read()
A Dlibata-scsi.c924 desc[6] = tf->hob_lbal; in ata_gen_passthru_sense()
939 if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) in ata_gen_passthru_sense()
1447 tf->hob_lbal = (block >> 24) & 0xff; in ata_scsi_verify_xlat()
2892 tf->hob_lbal = cdb[7]; in ata_scsi_pass_thru()
2931 tf->hob_lbal = cdb[16]; in ata_scsi_pass_thru()
3468 tf->hob_lbal = (block >> 24) & 0xff; in ata_scsi_zbc_in_xlat()
3552 tf->hob_lbal = (block >> 24) & 0xff; in ata_scsi_zbc_out_xlat()
A Dpata_ep93xx.c390 ep93xx_pata_write_reg(drv_data, tf->hob_lbal, in ep93xx_pata_tf_load()
434 tf->hob_lbal = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
A Dpdc_adma.c331 buf[i++] = qc->tf.hob_lbal; in adma_qc_prep()
A Dlibata-sff.c409 iowrite8(tf->hob_lbal, ioaddr->lbal_addr); in ata_sff_tf_load()
415 tf->hob_lbal, in ata_sff_tf_load()
473 tf->hob_lbal = ioread8(ioaddr->lbal_addr); in ata_sff_tf_read()
A Dlibata-core.c633 block |= (u64)tf->hob_lbal << 24; in ata_tf_read_block()
706 tf->hob_lbal = (block >> 24) & 0xff; in ata_build_rw_tf()
735 tf->hob_lbal = (block >> 24) & 0xff; in ata_build_rw_tf()
1131 sectors |= ((u64)(tf->hob_lbal & 0xff)) << 24; in ata_tf_to_lba48()
1230 tf.hob_lbal = (new_sectors >> 24) & 0xff; in ata_set_max_sectors()
A Dsata_dwc_460ex.c325 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
A Dlibata-eh.c2372 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, in ata_eh_link_report()
2377 res->hob_lbal, res->hob_lbam, res->hob_lbah, in ata_eh_link_report()
A Dsata_mv.c2110 mv_crqb_pack_cmd(cw++, tf->hob_lbal, ATA_REG_LBAL, 0); in mv_qc_prep()
2181 (tf->hob_lbal << 0) | in mv_qc_prep_iie()
A Dsata_nv.c782 cpb[idx++] = cpu_to_le16((ATA_REG_LBAL << 8) | tf->hob_lbal); in nv_adma_tf_to_cpb()
/linux/drivers/scsi/
A Dipr.h567 u8 hob_lbal; member
678 u8 hob_lbal; member
A Dipr.c6869 regs->hob_lbal = tf->hob_lbal; in ipr_copy_sata_tf()
7163 tf->hob_lbal = g->hob_lbal; in ipr_qc_fill_rtf()
/linux/include/linux/
A Dlibata.h565 u8 hob_lbal; member

Completed in 98 milliseconds