Lines Matching refs:bf
62 pe_dma_cfg.bf.bo_sgpd_en = 1; in crypto4xx_hw_init()
63 pe_dma_cfg.bf.bo_data_en = 0; in crypto4xx_hw_init()
64 pe_dma_cfg.bf.bo_sa_en = 1; in crypto4xx_hw_init()
65 pe_dma_cfg.bf.bo_pd_en = 1; in crypto4xx_hw_init()
66 pe_dma_cfg.bf.dynamic_sa_en = 1; in crypto4xx_hw_init()
67 pe_dma_cfg.bf.reset_sg = 1; in crypto4xx_hw_init()
68 pe_dma_cfg.bf.reset_pdr = 1; in crypto4xx_hw_init()
69 pe_dma_cfg.bf.reset_pe = 1; in crypto4xx_hw_init()
72 pe_dma_cfg.bf.pe_mode = 0; in crypto4xx_hw_init()
73 pe_dma_cfg.bf.reset_sg = 0; in crypto4xx_hw_init()
74 pe_dma_cfg.bf.reset_pdr = 0; in crypto4xx_hw_init()
75 pe_dma_cfg.bf.reset_pe = 0; in crypto4xx_hw_init()
76 pe_dma_cfg.bf.bo_td_en = 0; in crypto4xx_hw_init()
86 ring_size.bf.ring_offset = PPC4XX_PD_SIZE; in crypto4xx_hw_init()
87 ring_size.bf.ring_size = PPC4XX_NUM_PD; in crypto4xx_hw_init()
97 part_ring_size.bf.sdr_size = PPC4XX_SDR_SIZE; in crypto4xx_hw_init()
98 part_ring_size.bf.gdr_size = PPC4XX_GDR_SIZE; in crypto4xx_hw_init()
102 io_threshold.bf.output_threshold = PPC4XX_OUTPUT_THRESHOLD; in crypto4xx_hw_init()
103 io_threshold.bf.input_threshold = PPC4XX_INPUT_THRESHOLD; in crypto4xx_hw_init()
113 pe_dma_cfg.bf.pe_mode = 1; in crypto4xx_hw_init()
114 pe_dma_cfg.bf.reset_sg = 0; in crypto4xx_hw_init()
115 pe_dma_cfg.bf.reset_pdr = 0; in crypto4xx_hw_init()
116 pe_dma_cfg.bf.reset_pe = 0; in crypto4xx_hw_init()
117 pe_dma_cfg.bf.bo_td_en = 0; in crypto4xx_hw_init()
599 if (sa->sa_command_0.bf.hash_alg == SA_HASH_ALG_SHA1) { in crypto4xx_copy_digest_to_dst()
893 sa->sa_command_0.bf.gather = 1; in crypto4xx_build_pd()
918 sa->sa_command_0.bf.gather = 0; in crypto4xx_build_pd()
935 sa->sa_command_0.bf.scatter = 0; in crypto4xx_build_pd()
946 sa->sa_command_0.bf.scatter = 1; in crypto4xx_build_pd()
979 sa->sa_command_1.bf.hash_crypto_offset = 0; in crypto4xx_build_pd()
1095 pd->pd_ctl.bf.pe_done && in crypto4xx_bh_tasklet_cb()
1096 !pd->pd_ctl.bf.host_ready) { in crypto4xx_bh_tasklet_cb()
1097 pd->pd_ctl.bf.pe_done = 0; in crypto4xx_bh_tasklet_cb()