Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/ata/
A Dsata_vsc.c166 writew(tf->lbah | (((u16)tf->hob_lbah) << 8), in vsc_sata_tf_load()
173 writew(tf->lbah, ioaddr->lbah_addr); in vsc_sata_tf_load()
186 u16 nsect, lbal, lbam, lbah, error; in vsc_sata_tf_read() local
194 lbah = readw(ioaddr->lbah_addr); in vsc_sata_tf_read()
200 tf->lbah = lbah; in vsc_sata_tf_read()
207 tf->hob_lbah = lbah >> 8; in vsc_sata_tf_read()
A Dsata_svw.c177 writew(tf->lbah | (((u16)tf->hob_lbah) << 8), in k2_sata_tf_load()
184 writew(tf->lbah, ioaddr->lbah_addr); in k2_sata_tf_load()
197 u16 nsect, lbal, lbam, lbah, error; in k2_sata_tf_read() local
205 lbah = readw(ioaddr->lbah_addr); in k2_sata_tf_read()
211 tf->lbah = lbah; in k2_sata_tf_read()
218 tf->hob_lbah = lbah >> 8; in k2_sata_tf_read()
A Dsata_promise.h107 buf[i++] = tf->lbah; in pdc_prep_lba28()
135 buf[i++] = tf->lbah; in pdc_prep_lba48()
A Dlibata-acpi.c553 tf->lbah = gtf->tf[4]; /* 0x1f5 */ in ata_acpi_gtf_to_tf()
672 tf.lbam, tf.lbah, tf.device, descr); in ata_acpi_run_tf()
681 tf.lbam, tf.lbah, tf.device, descr, in ata_acpi_run_tf()
691 tf.lbam, tf.lbah, tf.device, descr, in ata_acpi_run_tf()
701 tf.lbam, tf.lbah, tf.device, descr); in ata_acpi_run_tf()
A Dsata_inic162x.c210 u8 lbah; /* ATA Cylinder High */ member
509 cpb->lbah = qc->tf.lbah; in inic_qc_prep()
564 tf->lbah = readb(port_base + PORT_TF_LBAH); in inic_tf_read()
A Dlibata-scsi.c953 desc[11] = tf->lbah; in ata_gen_passthru_sense()
984 desc[11] = tf->lbah; in ata_gen_passthru_sense()
1251 tf->lbah = 0x0; in ata_scsi_start_stop_xlat()
1493 tf->lbah = cyl >> 8; in ata_scsi_verify_xlat()
2516 qc->tf.lbah = 0; in atapi_request_sense()
2674 qc->tf.lbah = (nbytes >> 8); in atapi_xlat()
2870 tf->lbah = cdb[12]; in ata_scsi_pass_thru()
2884 tf->lbah = cdb[7]; in ata_scsi_pass_thru()
2908 tf->lbah = cdb[17]; in ata_scsi_pass_thru()
3852 tf->lbah = spsp >> 8; in ata_scsi_security_inout_xlat()
[all …]
A Dlibata-core.c646 block |= tf->lbah << 16; in ata_tf_read_block()
652 cyl = tf->lbam | (tf->lbah << 8); in ata_tf_read_block()
716 tf->lbah = (block >> 16) & 0xff; in ata_build_rw_tf()
756 tf->lbah = (block >> 16) & 0xff; in ata_build_rw_tf()
788 tf->lbah = cyl >> 8; in ata_build_rw_tf()
1021 if (tf->lbam == 0 && tf->lbah == 0) in ata_dev_classify()
1024 if (tf->lbam == 0x14 && tf->lbah == 0xeb) in ata_dev_classify()
1027 if (tf->lbam == 0x69 && tf->lbah == 0x96) in ata_dev_classify()
1129 sectors |= (tf->lbah & 0xff) << 16; in ata_tf_to_lba48()
1141 sectors |= (tf->lbah & 0xff) << 16; in ata_tf_to_lba()
[all …]
A Dlibata-sata.c161 fis[6] = tf->lbah; in ata_tf_to_fis()
199 tf->lbah = fis[6]; in ata_tf_from_fis()
1391 tf->lbah = buf[6]; in ata_eh_read_log_10h()
A Dpata_ns87415.c272 tf->lbah = ioread8(ioaddr->lbah_addr); in ns87560_tf_read()
A Dlibata-pmp.c57 *r_val = tf.nsect | tf.lbal << 8 | tf.lbam << 16 | tf.lbah << 24; in sata_pmp_read()
90 tf.lbah = (val >> 24) & 0xff; in sata_pmp_write()
A Dlibata-eh.c1434 if (ata_scsi_sense_is_valid(tf.lbah, tf.lbam, tf.lbal)) { in ata_eh_request_sense()
1435 ata_scsi_set_sense(dev, cmd, tf.lbah, tf.lbam, tf.lbal); in ata_eh_request_sense()
1488 tf.lbah = 0; in atapi_eh_request_sense()
2369 cmd->lbal, cmd->lbam, cmd->lbah, in ata_eh_link_report()
2374 res->lbal, res->lbam, res->lbah, in ata_eh_link_report()
2912 tf.lbah = 0x55; in ata_eh_park_issue_cmd()
A Dpata_ep93xx.c404 ep93xx_pata_write_reg(drv_data, tf->lbah, IDECTRL_ADDR_LBAH); in ep93xx_pata_tf_load()
424 tf->lbah = ep93xx_pata_read_reg(drv_data, IDECTRL_ADDR_LBAH); in ep93xx_pata_tf_read()
A Dpata_octeon_cf.c393 tf->lbah = blob >> 8; in octeon_cf_tf_read16()
480 __raw_writew(tf->lbam | tf->lbah << 8, base + 4); in octeon_cf_tf_load16()
A Dsata_rcar.c384 iowrite32(tf->lbah, ioaddr->lbah_addr); in sata_rcar_tf_load()
402 tf->lbah = ioread32(ioaddr->lbah_addr); in sata_rcar_tf_read()
A Dpata_via.c424 iowrite8(tf->lbah, ioaddr->lbah_addr); in via_tf_load()
A Dpdc_adma.c339 buf[i++] = qc->tf.lbah; in adma_qc_prep()
A Dlibata-sff.c369 iowrite8(tf->lbah, ioaddr->lbah_addr); in ata_sff_tf_load()
401 tf->lbah = ioread8(ioaddr->lbah_addr); in ata_sff_tf_read()
815 bc_hi = qc->result_tf.lbah; in atapi_pio_bytes()
A Dsata_promise.c537 buf[25] = qc->tf.lbah; in pdc_atapi_pkt()
A Dsata_fsl.c794 tf.lbah = (temp >> 24) & 0xff; in sata_fsl_dev_classify()
/linux-6.3-rc2/include/trace/events/
A Dlibata.h196 __field( unsigned char, lbah )
218 __entry->lbah = qc->tf.lbah;
235 __entry->lbal, __entry->lbam, __entry->lbah,
263 __field( unsigned char, lbah )
283 __entry->lbah = qc->result_tf.lbah;
300 __entry->lbal, __entry->lbam, __entry->lbah,
330 __field( unsigned char, lbah )
348 __entry->lbah = tf->lbah;
365 __entry->lbal, __entry->lbam, __entry->lbah,
/linux-6.3-rc2/include/scsi/
A Dsas.h211 union { u8 lbah; u8 byte_count_high; }; member
235 union { u8 lbah; u8 byte_count_high; }; member
/linux-6.3-rc2/drivers/ata/pata_parport/
A Dpata_parport.c169 pi->proto->write_regr(pi, 0, ATA_REG_LBAH, tf->lbah); in pata_parport_tf_load()
187 tf->lbah = pi->proto->read_regr(pi, 0, ATA_REG_LBAH); in pata_parport_tf_read()
/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm8001_hwi.h198 u8 lbah; member
A Dpm80xx_hwi.h395 u8 lbah; member
/linux-6.3-rc2/drivers/scsi/
A Dipr.h561 u8 lbah; member
673 u8 lbah; member

Completed in 82 milliseconds

12