Lines Matching +full:cdr +full:- +full:mode
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
87 * mode. For some operations data is passed outside the descriptor, in a
163 #define SAFEXCEL_OPTION_CP (1u << 1) /* 64-bit ctx addr */
225 * The EIP-96 (crypto transform engine) is programmed using a set of
263 /* Instruction-dependent flags. */
299 uint32_t cd_size; /* CDR descriptor size. */
300 uint32_t cd_offset; /* CDR offset (size + alignment). */
311 if ((sc)->sc_debug >= (lvl)) \
312 device_printf((sc)->sc_dev, __VA_ARGS__); \
346 uint32_t mode; /* cipher mode of operation */ member
373 struct safexcel_cmd_descr_ring cdr; member
404 uint32_t sc_type; /* EIP-97 or 197 */
422 #define SAFEXCEL_WRITE(sc, off, val) bus_write_4((sc)->sc_res, (off), (val))
423 #define SAFEXCEL_READ(sc, off) bus_read_4((sc)->sc_res, (off))