Searched refs:pe_dma_cfg (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.c56 union ce_pe_dma_cfg pe_dma_cfg; crypto4xx_hw_init() local
61 pe_dma_cfg.w = 0; crypto4xx_hw_init()
62 pe_dma_cfg.bf.bo_sgpd_en = 1; crypto4xx_hw_init()
63 pe_dma_cfg.bf.bo_data_en = 0; crypto4xx_hw_init()
64 pe_dma_cfg.bf.bo_sa_en = 1; crypto4xx_hw_init()
65 pe_dma_cfg.bf.bo_pd_en = 1; crypto4xx_hw_init()
66 pe_dma_cfg.bf.dynamic_sa_en = 1; crypto4xx_hw_init()
67 pe_dma_cfg.bf.reset_sg = 1; crypto4xx_hw_init()
68 pe_dma_cfg.bf.reset_pdr = 1; crypto4xx_hw_init()
69 pe_dma_cfg.bf.reset_pe = 1; crypto4xx_hw_init()
70 writel(pe_dma_cfg.w, dev->ce_base + CRYPTO4XX_PE_DMA_CFG); crypto4xx_hw_init()
72 pe_dma_cfg.bf.pe_mode = 0; crypto4xx_hw_init()
73 pe_dma_cfg.bf.reset_sg = 0; crypto4xx_hw_init()
74 pe_dma_cfg.bf.reset_pdr = 0; crypto4xx_hw_init()
75 pe_dma_cfg.bf.reset_pe = 0; crypto4xx_hw_init()
76 pe_dma_cfg.bf.bo_td_en = 0; crypto4xx_hw_init()
77 writel(pe_dma_cfg.w, dev->ce_base + CRYPTO4XX_PE_DMA_CFG); crypto4xx_hw_init()
113 pe_dma_cfg.bf.pe_mode = 1; crypto4xx_hw_init()
114 pe_dma_cfg.bf.reset_sg = 0; crypto4xx_hw_init()
115 pe_dma_cfg.bf.reset_pdr = 0; crypto4xx_hw_init()
116 pe_dma_cfg.bf.reset_pe = 0; crypto4xx_hw_init()
117 pe_dma_cfg.bf.bo_td_en = 0; crypto4xx_hw_init()
118 writel(pe_dma_cfg.w, dev->ce_base + CRYPTO4XX_PE_DMA_CFG); crypto4xx_hw_init()

Completed in 84 milliseconds