Home
last modified time | relevance | path

Searched refs:lba_low (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dfis.h17 u8 lba_low; member
40 u8 lba_low; member
63 u8 lba_low; member
101 u8 lba_low; member
/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.c53 printf("lba_low: %02x\n\r", s->lba_low); in fsl_sata_dump_sfis()
330 h2d->lba_low = cfis->lba_low; in fsl_ata_exec_ata_cmd()
554 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd()
596 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd_ext()
633 cfis->lba_low = block & 0xff; in fsl_sata_rw_ncq_cmd()
H A Dsata_mv.c602 req->ata_addr = (cfis->lba_low << CRQB_ADDR_LBA_LOWSHIFT) & in mv_ata_exec_ata_cmd()
676 cfis.lba_low = block & 0xff; in mv_sata_rw_cmd_ext()
705 cfis.lba_low = block & 0xff; in mv_sata_rw_cmd()
770 out_le32(priv->regbase + PIO_LBA_LOW, cfis->lba_low); in mv_ata_exec_ata_cmd_nondma()
H A Dsata_sil.c39 printf("lba_low: %02x\n", s->lba_low); in sil_sata_dump_fis()
292 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd()
338 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd_ext()
H A Ddwc_ahsata.c569 cfis->lba_low = block & 0xff; in dwc_ahsata_rw_cmd()
617 cfis->lba_low = block & 0xff; in dwc_ahsata_rw_cmd_ext()
/openbmc/linux/drivers/hwmon/
H A Ddrivetemp.c164 u8 lba_low, u8 lba_mid, u8 lba_high) in drivetemp_scsi_command() argument
190 scsi_cmd[8] = lba_low; in drivetemp_scsi_command()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h203 unsigned char lba_low; member
H A Dmtip32xx.c1255 fis.lba_low = page; in mtip_read_log_page()
1776 fis.lba_low = req_task->io_ports[3]; in exec_drive_taskfile()
1820 fis.lba_low, in exec_drive_taskfile()
1874 req_task->io_ports[3] = reply->lba_low; in exec_drive_taskfile()
2080 fis->lba_low = start & 0xFF; in mtip_hw_submit_io()