Home
last modified time | relevance | path

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

/u-boot/include/
A Dfis.h17 u8 lba_low; member
40 u8 lba_low; member
63 u8 lba_low; member
101 u8 lba_low; member
/u-boot/drivers/ata/
A Dfsl_sata.c65 printf("lba_low: %02x\n\r", s->lba_low); in fsl_sata_dump_sfis()
348 h2d->lba_low = cfis->lba_low; in fsl_ata_exec_ata_cmd()
554 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd()
595 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd_ext()
631 cfis->lba_low = block & 0xff; in fsl_sata_rw_ncq_cmd()
A Dsata_mv.c615 req->ata_addr = (cfis->lba_low << CRQB_ADDR_LBA_LOWSHIFT) & in mv_ata_exec_ata_cmd()
690 cfis.lba_low = block & 0xff; in mv_sata_rw_cmd_ext()
719 cfis.lba_low = block & 0xff; in mv_sata_rw_cmd()
785 out_le32(priv->regbase + PIO_LBA_LOW, cfis->lba_low); in mv_ata_exec_ata_cmd_nondma()
A Dsata_sil.c59 printf("lba_low: %02x\n", s->lba_low); in sil_sata_dump_fis()
334 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd()
379 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd_ext()
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()

Completed in 11 milliseconds