From: Franck LENORMAND Date: Mon, 24 Jul 2023 06:52:29 +0000 (+0200) Subject: crypto: caam - Change structure type representing DECO MID X-Git-Tag: v6.6.17~4031^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a6913feb46c601e0895fc9f89b715b90a4cbb87;p=platform%2Fkernel%2Flinux-rpi.git crypto: caam - Change structure type representing DECO MID The structure partid is not suitable to represent the DECO MID register. This patch replace partid by masterid which is more appropriate. Signed-off-by: Franck LENORMAND Signed-off-by: Horia Geantă Signed-off-by: Meenakshi Aggarwal Reviewed-by: Gaurav Jain Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/caam/regs.h b/drivers/crypto/caam/regs.h index 189e74c..0f87bd3 100644 --- a/drivers/crypto/caam/regs.h +++ b/drivers/crypto/caam/regs.h @@ -459,12 +459,6 @@ struct masterid { u32 liodn_ls; /* LIODN for non-sequence and seq access */ }; -/* Partition ID for DMA configuration */ -struct partid { - u32 rsvd1; - u32 pidr; /* partition ID, DECO */ -}; - /* RNGB test mode (replicated twice in some configurations) */ /* Padded out to 0x100 */ struct rngtst { @@ -590,7 +584,7 @@ struct caam_ctrl { u32 deco_rsr; /* DECORSR - Deco Request Source */ u32 rsvd11; u32 deco_rq; /* DECORR - DECO Request */ - struct partid deco_mid[5]; /* DECOxLIODNR - 1 per DECO */ + struct masterid deco_mid[5]; /* DECOxLIODNR - 1 per DECO */ u32 rsvd5[22]; /* DECO Availability/Reset Section 120-3ff */