Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H 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
/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.c59 printf("lba_high_exp: %02x\n\r", s->lba_high_exp); in fsl_sata_dump_sfis()
335 h2d->lba_high_exp = cfis->lba_high_exp; in fsl_ata_exec_ata_cmd()
591 cfis->lba_high_exp = (block >> 40) & 0xff; in fsl_sata_rw_cmd_ext()
628 cfis->lba_high_exp = (block >> 40) & 0xff; in fsl_sata_rw_ncq_cmd()
H A Dsata_sil.c45 printf("lba_high_exp: %02x\n", s->lba_high_exp); in sil_sata_dump_fis()
333 pcmd->prb.fis.lba_high_exp = (block >> 40) & 0xff; in sil_sata_rw_cmd_ext()
H A Dsata_mv.c617 (cfis->lba_high_exp << CRQB_ADDR_LBA_HIGH_EXP_SHIFT) & in mv_ata_exec_ata_cmd()
671 cfis.lba_high_exp = (block >> 40) & 0xff; in mv_sata_rw_cmd_ext()
H A Ddwc_ahsata.c612 cfis->lba_high_exp = (block >> 40) & 0xff; in dwc_ahsata_rw_cmd_ext()