Lines Matching refs:h2d
298 sata_fis_h2d_t *h2d; in fsl_ata_exec_ata_cmd() local
317 h2d = (sata_fis_h2d_t *)cmd_desc->cfis; in fsl_ata_exec_ata_cmd()
320 memset((void *)h2d, 0, SATA_HC_CMD_DESC_CFIS_SIZE); in fsl_ata_exec_ata_cmd()
323 h2d->fis_type = cfis->fis_type; in fsl_ata_exec_ata_cmd()
324 h2d->pm_port_c = cfis->pm_port_c; in fsl_ata_exec_ata_cmd()
325 h2d->command = cfis->command; in fsl_ata_exec_ata_cmd()
327 h2d->features = cfis->features; in fsl_ata_exec_ata_cmd()
328 h2d->features_exp = cfis->features_exp; in fsl_ata_exec_ata_cmd()
330 h2d->lba_low = cfis->lba_low; in fsl_ata_exec_ata_cmd()
331 h2d->lba_mid = cfis->lba_mid; in fsl_ata_exec_ata_cmd()
332 h2d->lba_high = cfis->lba_high; in fsl_ata_exec_ata_cmd()
333 h2d->lba_low_exp = cfis->lba_low_exp; in fsl_ata_exec_ata_cmd()
334 h2d->lba_mid_exp = cfis->lba_mid_exp; in fsl_ata_exec_ata_cmd()
335 h2d->lba_high_exp = cfis->lba_high_exp; in fsl_ata_exec_ata_cmd()
338 h2d->sector_count = cfis->sector_count; in fsl_ata_exec_ata_cmd()
339 h2d->sector_count_exp = cfis->sector_count_exp; in fsl_ata_exec_ata_cmd()
341 h2d->sector_count = (u8)(tag << 3); in fsl_ata_exec_ata_cmd()
344 h2d->device = cfis->device; in fsl_ata_exec_ata_cmd()
345 h2d->control = cfis->control; in fsl_ata_exec_ata_cmd()
404 val32 = (u32)(h2d->pm_port_c & 0x0f); in fsl_ata_exec_ata_cmd()
485 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_identify() local
510 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_set_features() local
539 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_rw_cmd() local
564 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_flush_cache() local
578 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_rw_cmd_ext() local
609 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_rw_ncq_cmd() local
652 struct sata_fis_h2d h2d, *cfis = &h2d; in fsl_sata_flush_cache_ext() local