Home
last modified time | relevance | path

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

/u-boot/include/
A Dfis.h23 u8 lba_high_exp; member
46 u8 lba_high_exp; member
69 u8 lba_high_exp; member
107 u8 lba_high_exp; member
/u-boot/drivers/ata/
A Dfsl_sata.c71 printf("lba_high_exp: %02x\n\r", s->lba_high_exp); in fsl_sata_dump_sfis()
353 h2d->lba_high_exp = cfis->lba_high_exp; in fsl_ata_exec_ata_cmd()
590 cfis->lba_high_exp = (block >> 40) & 0xff; in fsl_sata_rw_cmd_ext()
626 cfis->lba_high_exp = (block >> 40) & 0xff; in fsl_sata_rw_ncq_cmd()
A Dsata_sil.c65 printf("lba_high_exp: %02x\n", s->lba_high_exp); in sil_sata_dump_fis()
374 pcmd->prb.fis.lba_high_exp = (block >> 40) & 0xff; in sil_sata_rw_cmd_ext()
A Dsata_mv.c630 (cfis->lba_high_exp << CRQB_ADDR_LBA_HIGH_EXP_SHIFT) & in mv_ata_exec_ata_cmd()
685 cfis.lba_high_exp = (block >> 40) & 0xff; in mv_sata_rw_cmd_ext()
A Ddwc_ahsata.c612 cfis->lba_high_exp = (block >> 40) & 0xff; in dwc_ahsata_rw_cmd_ext()

Completed in 11 milliseconds