]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/caam/ctrl.c
crypto: caam - fix writing to JQCR_MS when using service interface
[karo-tx-linux.git] / drivers / crypto / caam / ctrl.c
index 81b552d1ad912f5845f9b65861cd003a4b552bb0..09c16f5ea97d2a33e0ed8dc9ea9fb542f97e7009 100644 (file)
@@ -139,7 +139,7 @@ static inline int run_descriptor_deco0(struct device *ctrldev, u32 *desc,
                flags |= DECO_JQCR_FOUR;
 
        /* Instruct the DECO to execute it */
-       wr_reg32(&deco->jr_ctl_hi, flags);
+       setbits32(&deco->jr_ctl_hi, flags);
 
        timeout = 10000000;
        do {