Home
last modified time | relevance | path

Searched refs:hob_lbam (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dlibata.h169 __field( unsigned char, hob_lbam )
189 __entry->hob_lbam = qc->tf.hob_lbam;
206 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
228 __field( unsigned char, hob_lbam )
246 __entry->hob_lbam = qc->result_tf.hob_lbam;
263 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_vsc.c164 writew(tf->lbam | (((u16)tf->hob_lbam) << 8), in vsc_sata_tf_load()
206 tf->hob_lbam = lbam >> 8; in vsc_sata_tf_read()
H A Dsata_promise.h130 buf[i++] = tf->hob_lbam; in pdc_prep_lba48()
H A Dsata_inic162x.c209 u8 hob_lbam; /* ATA Ex. Cylinder Low */ member
517 cpb->hob_lbam = qc->tf.hob_lbam; in inic_qc_prep()
H A Dsata_svw.c175 writew(tf->lbam | (((u16)tf->hob_lbam) << 8), in k2_sata_tf_load()
217 tf->hob_lbam = lbam >> 8; in k2_sata_tf_read()
H A Dpata_via.c415 iowrite8(tf->hob_lbam, ioaddr->lbam_addr); in via_tf_load()
421 tf->hob_lbam, in via_tf_load()
H A Dsata_rcar.c384 iowrite32(tf->hob_lbam, ioaddr->lbam_addr); in sata_rcar_tf_load()
390 tf->hob_lbam, in sata_rcar_tf_load()
433 tf->hob_lbam = ioread32(ioaddr->lbam_addr); in sata_rcar_tf_read()
H A Dlibata-sata.c165 fis[9] = tf->hob_lbam; in ata_tf_to_fis()
203 tf->hob_lbam = fis[9]; in ata_tf_from_fis()
1400 tf->hob_lbam = buf[9]; in ata_eh_read_log_10h()
H A Dpata_octeon_cf.c415 tf->hob_lbam = blob & 0xff; in octeon_cf_tf_read16()
481 __raw_writew(tf->hob_lbam | tf->hob_lbah << 8, base + 4); in octeon_cf_tf_load16()
486 tf->hob_lbam, in octeon_cf_tf_load16()
H A Dpata_samsung_cf.c191 ata_outb(ap->host, tf->hob_lbam, ioaddr->lbam_addr); in pata_s3c_tf_load()
228 tf->hob_lbam = ata_inb(ap->host, ioaddr->lbam_addr); in pata_s3c_tf_read()
H A Dpata_ns87415.c280 tf->hob_lbam = ioread8(ioaddr->lbam_addr); in ns87560_tf_read()
H A Dlibata-scsi.c915 desc[8] = tf->hob_lbam; in ata_gen_passthru_sense()
929 if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) in ata_gen_passthru_sense()
1439 tf->hob_lbam = (block >> 32) & 0xff; in ata_scsi_verify_xlat()
2904 tf->hob_lbam = cdb[9]; in ata_scsi_pass_thru()
2943 tf->hob_lbam = cdb[15]; in ata_scsi_pass_thru()
3479 tf->hob_lbam = (block >> 32) & 0xff; in ata_scsi_zbc_in_xlat()
3563 tf->hob_lbam = (block >> 32) & 0xff; in ata_scsi_zbc_out_xlat()
H A Dpata_ep93xx.c392 ep93xx_pata_write_reg(drv_data, tf->hob_lbam, in ep93xx_pata_tf_load()
436 tf->hob_lbam = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
H A Dpdc_adma.c333 buf[i++] = qc->tf.hob_lbam; in adma_qc_prep()
H A Dlibata-sff.c410 iowrite8(tf->hob_lbam, ioaddr->lbam_addr); in ata_sff_tf_load()
416 tf->hob_lbam, in ata_sff_tf_load()
474 tf->hob_lbam = ioread8(ioaddr->lbam_addr); in ata_sff_tf_read()
H A Dlibata-core.c626 block |= (u64)tf->hob_lbam << 32; in ata_tf_read_block()
699 tf->hob_lbam = (block >> 32) & 0xff; in ata_build_rw_tf()
730 tf->hob_lbam = (block >> 32) & 0xff; in ata_build_rw_tf()
1126 sectors |= ((u64)(tf->hob_lbam & 0xff)) << 32; in ata_tf_to_lba48()
1227 tf.hob_lbam = (new_sectors >> 32) & 0xff; in ata_set_max_sectors()
H A Dsata_dwc_460ex.c329 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
H A Dlibata-eh.c2374 cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, in ata_eh_link_report()
2379 res->hob_lbal, res->hob_lbam, res->hob_lbah, in ata_eh_link_report()
H A Dsata_mv.c2109 mv_crqb_pack_cmd(cw++, tf->hob_lbam, ATA_REG_LBAM, 0); in mv_qc_prep()
2179 (tf->hob_lbam << 8) | in mv_qc_prep_iie()
H A Dsata_nv.c777 cpb[idx++] = cpu_to_le16((ATA_REG_LBAM << 8) | tf->hob_lbam); in nv_adma_tf_to_cpb()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c1199 writeb(tf->hob_lbam, ioaddr->lbam_addr); in ata_tf_load()
1606 tf->hob_lbam = readb(ioaddr->lbam_addr); in ata_tf_read()
1825 tf.hob_lbam = 0x0; in ata_dev_read_sectors()
2000 tf.hob_lbam = 0x0; in ata_dev_write_sectors()
/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h355 u8 hob_lbam; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dipr.h567 u8 hob_lbam; member
678 u8 hob_lbam; member
H A Dipr.c6866 regs->hob_lbam = tf->hob_lbam; in ipr_copy_sata_tf()
7160 tf->hob_lbam = g->hob_lbam; in ipr_qc_fill_rtf()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h560 u8 hob_lbam; member