Searched refs:pe_dma_cfg (Results 1 – 1 of 1) sorted by relevance
53 union ce_pe_dma_cfg pe_dma_cfg; in crypto4xx_hw_init() local57 pe_dma_cfg.w = 0; in crypto4xx_hw_init()58 pe_dma_cfg.bf.bo_sgpd_en = 1; in crypto4xx_hw_init()59 pe_dma_cfg.bf.bo_data_en = 0; in crypto4xx_hw_init()60 pe_dma_cfg.bf.bo_sa_en = 1; in crypto4xx_hw_init()61 pe_dma_cfg.bf.bo_pd_en = 1; in crypto4xx_hw_init()62 pe_dma_cfg.bf.dynamic_sa_en = 1; in crypto4xx_hw_init()63 pe_dma_cfg.bf.reset_sg = 1; in crypto4xx_hw_init()64 pe_dma_cfg.bf.reset_pdr = 1; in crypto4xx_hw_init()65 pe_dma_cfg.bf.reset_pe = 1; in crypto4xx_hw_init()[all …]