Lines Matching refs:rw_cfg

1975 	REG_WR(strcop, regi_strcop, rw_cfg, strcop_cfg);  in init_cryptocop()
1977 REG_WR(strcop, regi_strcop, rw_cfg, strcop_cfg); in init_cryptocop()
1980 REG_WR(dma, IN_DMA_INST, rw_cfg, dma_cfg); /* input DMA */ in init_cryptocop()
1981 REG_WR(dma, OUT_DMA_INST, rw_cfg, dma_cfg); /* output DMA */ in init_cryptocop()
2012 REG_WR(dma, IN_DMA_INST, rw_cfg, dma_cfg); /* input DMA */ in release_cryptocop()
2013 REG_WR(dma, OUT_DMA_INST, rw_cfg, dma_cfg); /* output DMA */ in release_cryptocop()
2077 reg_strcop_rw_cfg rw_cfg; in cryptocop_job_queue_close() local
2081 dma_out_cfg = REG_RD(dma, OUT_DMA_INST, rw_cfg); in cryptocop_job_queue_close()
2083 REG_WR(dma, OUT_DMA_INST, rw_cfg, dma_out_cfg); in cryptocop_job_queue_close()
2085 dma_in_cfg = REG_RD(dma, IN_DMA_INST, rw_cfg); in cryptocop_job_queue_close()
2087 REG_WR(dma, IN_DMA_INST, rw_cfg, dma_in_cfg); in cryptocop_job_queue_close()
2090 rw_cfg = REG_RD(strcop, regi_strcop, rw_cfg); in cryptocop_job_queue_close()
2091 rw_cfg.en = 0; in cryptocop_job_queue_close()
2092 REG_WR(strcop, regi_strcop, rw_cfg, rw_cfg); in cryptocop_job_queue_close()
2131 reg_strcop_rw_cfg rw_cfg = {.en = 1, .ignore_sync = 0}; in cryptocop_start_job() local
2169 rw_cfg.td1 = regk_strcop_e; in cryptocop_start_job()
2170 rw_cfg.td2 = regk_strcop_e; in cryptocop_start_job()
2171 rw_cfg.td3 = regk_strcop_e; in cryptocop_start_job()
2174 rw_cfg.td1 = regk_strcop_e; in cryptocop_start_job()
2175 rw_cfg.td2 = regk_strcop_e; in cryptocop_start_job()
2176 rw_cfg.td3 = regk_strcop_d; in cryptocop_start_job()
2179 rw_cfg.td1 = regk_strcop_e; in cryptocop_start_job()
2180 rw_cfg.td2 = regk_strcop_d; in cryptocop_start_job()
2181 rw_cfg.td3 = regk_strcop_e; in cryptocop_start_job()
2184 rw_cfg.td1 = regk_strcop_e; in cryptocop_start_job()
2185 rw_cfg.td2 = regk_strcop_d; in cryptocop_start_job()
2186 rw_cfg.td3 = regk_strcop_d; in cryptocop_start_job()
2189 rw_cfg.td1 = regk_strcop_d; in cryptocop_start_job()
2190 rw_cfg.td2 = regk_strcop_e; in cryptocop_start_job()
2191 rw_cfg.td3 = regk_strcop_e; in cryptocop_start_job()
2194 rw_cfg.td1 = regk_strcop_d; in cryptocop_start_job()
2195 rw_cfg.td2 = regk_strcop_e; in cryptocop_start_job()
2196 rw_cfg.td3 = regk_strcop_d; in cryptocop_start_job()
2199 rw_cfg.td1 = regk_strcop_d; in cryptocop_start_job()
2200 rw_cfg.td2 = regk_strcop_d; in cryptocop_start_job()
2201 rw_cfg.td3 = regk_strcop_e; in cryptocop_start_job()
2204 rw_cfg.td1 = regk_strcop_d; in cryptocop_start_job()
2205 rw_cfg.td2 = regk_strcop_d; in cryptocop_start_job()
2206 rw_cfg.td3 = regk_strcop_d; in cryptocop_start_job()
2213 rw_cfg.ipend = regk_strcop_little; in cryptocop_start_job()
2216 rw_cfg.ipend = regk_strcop_big; in cryptocop_start_job()
2221 REG_WR(strcop, regi_strcop, rw_cfg, rw_cfg); in cryptocop_start_job()