Searched refs:lba_low (Results 1 – 5 of 5) sorted by relevance
17 u8 lba_low; member40 u8 lba_low; member63 u8 lba_low; member101 u8 lba_low; member
65 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()
615 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()
59 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()
569 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