Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c64 union ce_pe_dma_cfg pe_dma_cfg; in crypto4xx_hw_init() local
69 pe_dma_cfg.w = 0; in crypto4xx_hw_init()
70 pe_dma_cfg.bf.bo_sgpd_en = 1; in crypto4xx_hw_init()
71 pe_dma_cfg.bf.bo_data_en = 0; in crypto4xx_hw_init()
72 pe_dma_cfg.bf.bo_sa_en = 1; in crypto4xx_hw_init()
73 pe_dma_cfg.bf.bo_pd_en = 1; in crypto4xx_hw_init()
74 pe_dma_cfg.bf.dynamic_sa_en = 1; in crypto4xx_hw_init()
75 pe_dma_cfg.bf.reset_sg = 1; in crypto4xx_hw_init()
76 pe_dma_cfg.bf.reset_pdr = 1; in crypto4xx_hw_init()
77 pe_dma_cfg.bf.reset_pe = 1; in crypto4xx_hw_init()
[all …]