Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_core.c57 union ce_pe_dma_cfg pe_dma_cfg; in crypto4xx_hw_init() local
62 pe_dma_cfg.w = 0; in crypto4xx_hw_init()
63 pe_dma_cfg.bf.bo_sgpd_en = 1; in crypto4xx_hw_init()
64 pe_dma_cfg.bf.bo_data_en = 0; in crypto4xx_hw_init()
65 pe_dma_cfg.bf.bo_sa_en = 1; in crypto4xx_hw_init()
66 pe_dma_cfg.bf.bo_pd_en = 1; in crypto4xx_hw_init()
67 pe_dma_cfg.bf.dynamic_sa_en = 1; in crypto4xx_hw_init()
68 pe_dma_cfg.bf.reset_sg = 1; in crypto4xx_hw_init()
69 pe_dma_cfg.bf.reset_pdr = 1; in crypto4xx_hw_init()
70 pe_dma_cfg.bf.reset_pe = 1; in crypto4xx_hw_init()
[all …]