Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfis.h27 u8 sector_count_exp; member
73 u8 sector_count_exp; member
111 u8 sector_count_exp; member
/rk3399_rockchip-uboot/drivers/ata/
H A Dfsl_sata.c63 printf("sector_count_exp: %02x\n\r", s->sector_count_exp); in fsl_sata_dump_sfis()
340 h2d->sector_count_exp = cfis->sector_count_exp; in fsl_ata_exec_ata_cmd()
599 cfis->sector_count_exp = (blkcnt >> 8) & 0xff; in fsl_sata_rw_cmd_ext()
H A Dsata_sil.c49 printf("sector_count_exp: %02x\n", s->sector_count_exp); in sil_sata_dump_fis()
341 pcmd->prb.fis.sector_count_exp = (blkcnt >> 8) & 0xff; in sil_sata_rw_cmd_ext()
H A Dsata_mv.c628 (cfis->sector_count_exp << CRQB_SECTCOUNT_COUNT_EXP_SHIFT) & in mv_ata_exec_ata_cmd()
679 cfis.sector_count_exp = (blkcnt >> 8) & 0xff; in mv_sata_rw_cmd_ext()
H A Ddwc_ahsata.c620 cfis->sector_count_exp = (blkcnt >> 8) & 0xff; in dwc_ahsata_rw_cmd_ext()