Lines Matching +full:inline +full:- +full:crypto +full:- +full:engine
7 * Copyright (c) 2003-2008 Cavium Networks
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
34 #include <asm/octeon/cvmx-mio-defs.h>
35 #include <asm/octeon/cvmx-rnm-defs.h>
40 /* CN68XX has different fields in word0 - word2 */
47 /* Does this Octeon support the ZIP offload engine? */
92 OCTEON_HAS_CRYPTO = 0x0001, /* Crypto acceleration using COP2 */
97 * octeon_has_crypto() - Check if this OCTEON has crypto acceleration support.
99 * Returns: Non-zero if the feature exists. Zero if the feature does not exist.
101 static inline int octeon_has_crypto(void) in octeon_has_crypto()
117 static inline bool octeon_has_feature(enum octeon_feature feature) in octeon_has_feature()