Lines Matching refs:sata_fis_h2d

369 			     struct sata_fis_h2d *cfis, u8 *buf, u32 buf_len,  in ahci_exec_ata_cmd()
390 memcpy((u8 *)(pp->cmd_tbl), cfis, sizeof(struct sata_fis_h2d)); in ahci_exec_ata_cmd()
393 opts = (sizeof(struct sata_fis_h2d) >> 2) | (sg_count << 16); in ahci_exec_ata_cmd()
420 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in ahci_set_feature()
421 struct sata_fis_h2d *cfis = &h2d; in ahci_set_feature()
423 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in ahci_set_feature()
527 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_identify()
528 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_identify()
531 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_identify()
552 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_rw_cmd()
553 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_rw_cmd()
559 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_rw_cmd()
581 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_flush_cache()
582 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_flush_cache()
585 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_flush_cache()
597 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_rw_cmd_ext()
598 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_rw_cmd_ext()
604 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_rw_cmd_ext()
631 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_flush_cache_ext()
632 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_flush_cache_ext()
635 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_flush_cache_ext()