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
41 printf("lba_low: %02x\n\r", s->lba_low); in fsl_sata_dump_sfis()314 h2d->lba_low = cfis->lba_low; in fsl_ata_exec_ata_cmd()520 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd()561 cfis->lba_low = block & 0xff; in fsl_sata_rw_cmd_ext()597 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()
52 printf("lba_low: %02x\n", s->lba_low); in sil_sata_dump_fis()327 pcmd->prb.fis.lba_low = block & 0xff; in sil_sata_rw_cmd()372 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 15 milliseconds