Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_core.c53 union ce_pe_dma_cfg pe_dma_cfg; in crypto4xx_hw_init() local
57 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 …]