summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/fsl_jr_uio.h
blob: 2956645e12968e4f7983a1a620252bdbd6d9e1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * CAAM Job RING UIO support header file
 *
 * Copyright 2013 Freescale Semiconductor, Inc
 * Copyright 2018 NXP
 */

#ifndef FSL_JR_UIO_H
#define FSL_JR_UIO_H

/** UIO command used by user-space driver to request
 *  disabling IRQs on a certain job ring
 */
#define SEC_UIO_DISABLE_IRQ_CMD         0
/** UIO command used by user-space driver to request
 *  enabling IRQs on a certain job ring
 */
#define SEC_UIO_ENABLE_IRQ_CMD          1
/** UIO command used by user-space driver to request SEC kernel driver
 *  to simulate that an IRQ is generated on a certain job ring
 */
#define SEC_UIO_SIMULATE_IRQ_CMD        2

#endif