Searched refs:sector_count_exp (Results 1 – 5 of 5) sorted by relevance
26 u8 sector_count_exp; member72 u8 sector_count_exp; member110 u8 sector_count_exp; member
74 printf("sector_count_exp: %02x\n\r", s->sector_count_exp); in fsl_sata_dump_sfis()357 h2d->sector_count_exp = cfis->sector_count_exp; in fsl_ata_exec_ata_cmd()597 cfis->sector_count_exp = (blkcnt >> 8) & 0xff; in fsl_sata_rw_cmd_ext()
68 printf("sector_count_exp: %02x\n", s->sector_count_exp); in sil_sata_dump_fis()381 pcmd->prb.fis.sector_count_exp = (blkcnt >> 8) & 0xff; in sil_sata_rw_cmd_ext()
640 (cfis->sector_count_exp << CRQB_SECTCOUNT_COUNT_EXP_SHIFT) & in mv_ata_exec_ata_cmd()692 cfis.sector_count_exp = (blkcnt >> 8) & 0xff; in mv_sata_rw_cmd_ext()
619 cfis->sector_count_exp = (blkcnt >> 8) & 0xff; in dwc_ahsata_rw_cmd_ext()
Completed in 11 milliseconds