]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/ccree/ssi_config.h
Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[mirror_ubuntu-artful-kernel.git] / drivers / staging / ccree / ssi_config.h
CommitLineData
abefd674
GBY
1/*
2 * Copyright (C) 2012-2017 ARM Limited or its affiliates.
c8f17865 3 *
abefd674
GBY
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
c8f17865 7 *
abefd674
GBY
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
c8f17865 12 *
abefd674
GBY
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, see <http://www.gnu.org/licenses/>.
15 */
16
17/* \file ssi_config.h
f892b068 18 * Definitions for ARM CryptoCell Linux Crypto Driver
abefd674
GBY
19 */
20
21#ifndef __SSI_CONFIG_H__
22#define __SSI_CONFIG_H__
23
24#include <linux/version.h>
25
abefd674
GBY
26//#define FLUSH_CACHE_ALL
27//#define COMPLETION_DELAY
28//#define DX_DUMP_DESCS
29// #define DX_DUMP_BYTES
30// #define CC_DEBUG
31#define ENABLE_CC_SYSFS /* Enable sysfs interface for debugging REE driver */
abefd674
GBY
32//#define DX_IRQ_DELAY 100000
33#define DMA_BIT_MASK_LEN 48 /* was 32 bit, but for juno's sake it was enlarged to 48 bit */
34
abefd674
GBY
35#endif /*__DX_CONFIG_H__*/
36