Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfis.h18 u8 lba_low; member
41 u8 lba_low; member
64 u8 lba_low; member
102 u8 lba_low; member
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dfsl_sata.c54 printf("lba_low: %02x\n\r", s->lba_low); in fsl_sata_dump_sfis()
331 h2d->lba_low = cfis->lba_low; in fsl_ata_exec_ata_cmd()
555 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd()
597 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd_ext()
634 cfis->lba_low = block & 0xff; in fsl_sata_rw_ncq_cmd()
H A Dsata_mv.c603 req->ata_addr = (cfis->lba_low << CRQB_ADDR_LBA_LOWSHIFT) & in mv_ata_exec_ata_cmd()
677 cfis.lba_low = block & 0xff; in mv_sata_rw_cmd_ext()
706 cfis.lba_low = block & 0xff; in mv_sata_rw_cmd()
771 out_le32(priv->regbase + PIO_LBA_LOW, cfis->lba_low); in mv_ata_exec_ata_cmd_nondma()
H A Dsata_sil.c40 printf("lba_low: %02x\n", s->lba_low); in sil_sata_dump_fis()
293 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd()
339 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd_ext()
H A Ddwc_ahsata.c570 cfis->lba_low = block & 0xff; in dwc_ahsata_rw_cmd()
618 cfis->lba_low = block & 0xff; in dwc_ahsata_rw_cmd_ext()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.h205 unsigned char lba_low; member
H A Dmtip32xx.c1267 fis.lba_low = page; in mtip_read_log_page()
1788 fis.lba_low = req_task->io_ports[3]; in exec_drive_taskfile()
1832 fis.lba_low, in exec_drive_taskfile()
1886 req_task->io_ports[3] = reply->lba_low; in exec_drive_taskfile()
2092 fis->lba_low = start & 0xFF; in mtip_hw_submit_io()