Lines Matching +full:sec +full:- +full:era
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * CAAM/SEC 4.x driver backend
6 * Copyright 2008-2011 Freescale Semiconductor, Inc.
16 /* Currently comes from Kconfig param as a ^2 (driver-required) */
31 * Storage for tracking each in-process entry moving across a ring
42 /* Private sub-storage for a single JobR */
61 * DMA-safe */
64 void *outring; /* Base of output ring, DMA-safe */
69 * Driver-private storage for a single CAAM block instance
72 /* Physical-presence section */
83 * or from register-based version detection code
90 int era; /* CAAM Era (internal HW revision) */ member
200 struct device_node *nprop = dev->of_node; in caam_get_dma_mask()
208 if (of_device_is_compatible(nprop, "fsl,sec-v5.0-job-ring") || in caam_get_dma_mask()
209 of_device_is_compatible(nprop, "fsl,sec-v5.0")) in caam_get_dma_mask()