Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfis.h17 u8 lba_low; member
40 u8 lba_low; member
63 u8 lba_low; member
101 u8 lba_low; member
/external/u-boot/drivers/ata/
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()
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()
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()
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()