File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ static void caam_jr_dequeue(unsigned long devarg)
213
213
mb ();
214
214
215
215
/* set done */
216
- wr_reg32_relaxed (& jrp -> rregs -> outring_rmvd , 1 );
216
+ wr_reg32 (& jrp -> rregs -> outring_rmvd , 1 );
217
217
218
218
jrp -> out_ring_read_index = (jrp -> out_ring_read_index + 1 ) &
219
219
(JOBR_DEPTH - 1 );
Original file line number Diff line number Diff line change @@ -96,14 +96,6 @@ cpu_to_caam(16)
96
96
cpu_to_caam (32 )
97
97
cpu_to_caam (64 )
98
98
99
- static inline void wr_reg32_relaxed (void __iomem * reg , u32 data )
100
- {
101
- if (caam_little_end )
102
- writel_relaxed (data , reg );
103
- else
104
- writel_relaxed (cpu_to_be32 (data ), reg );
105
- }
106
-
107
99
static inline void wr_reg32 (void __iomem * reg , u32 data )
108
100
{
109
101
if (caam_little_end )
You can’t perform that action at this time.
0 commit comments