Lines Matching defs:stm32_cryp_read
262 static inline u32 stm32_cryp_read(struct stm32_cryp *cryp, u32 ofst)
362 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0l));
363 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0r));
366 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1l));
367 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1r));
582 cfg = stm32_cryp_read(cryp, cryp->caps->cr);
1281 cfg = stm32_cryp_read(cryp, cryp->caps->cr);
1367 cr = stm32_cryp_read(cryp, cryp->caps->cr);
1376 cryp->last_ctr[0] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0l));
1377 cryp->last_ctr[1] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0r));
1378 cryp->last_ctr[2] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1l));
1379 cryp->last_ctr[3] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1r));
1413 cfg = stm32_cryp_read(cryp, cryp->caps->cr);
1471 stm32_cryp_read(cryp, cryp->caps->dout);
1482 cfg = stm32_cryp_read(cryp, cryp->caps->cr);
1504 cfg = stm32_cryp_read(cryp, cryp->caps->cr);
1509 iv1tmp = stm32_cryp_read(cryp, CRYP_CSGCMCCM0R + 7 * 4);
1513 cstmp1[i] = stm32_cryp_read(cryp, CRYP_CSGCMCCM0R + i * 4);
1549 cstmp2[i] = stm32_cryp_read(cryp, CRYP_CSGCMCCM0R + i * 4);
1638 u32 it_mask = stm32_cryp_read(cryp, cryp->caps->imsc);
1646 ph = stm32_cryp_read(cryp, cryp->caps->cr) & CR_PH_MASK;
1678 cryp->irq_status = stm32_cryp_read(cryp, cryp->caps->mis);