summaryrefslogtreecommitdiff
path: root/include/dt-bindings/iio/adc/fsl-imx25-gcq.h
blob: 87abdd4a76740c128020f6b30f35007b5f79a8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This header provides constants for configuring the I.MX25 ADC
 */

#ifndef _DT_BINDINGS_IIO_ADC_FS_IMX25_GCQ_H
#define _DT_BINDINGS_IIO_ADC_FS_IMX25_GCQ_H

#define MX25_ADC_REFP_YP	0 /* YP voltage reference */
#define MX25_ADC_REFP_XP	1 /* XP voltage reference */
#define MX25_ADC_REFP_EXT	2 /* External voltage reference */
#define MX25_ADC_REFP_INT	3 /* Internal voltage reference */

#define MX25_ADC_REFN_XN	0 /* XN ground reference */
#define MX25_ADC_REFN_YN	1 /* YN ground reference */
#define MX25_ADC_REFN_NGND	2 /* Internal ground reference */
#define MX25_ADC_REFN_NGND2	3 /* External ground reference */

#endif
it.cgi/linux/net-next.git/tree/net/bluetooth/a2mp.c?id=11e3b725cfc282efe9d4a354153e99d86a16af08'>net/bluetooth/a2mp.c parentd6040764adcb5cb6de1489422411d701c158bb69 (diff)
crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
Update the ARMv8 Crypto Extensions and the plain NEON AES implementations in CBC and CTR modes to return the next IV back to the skcipher API client. This is necessary for chaining to work correctly. Note that for CTR, this is only done if the request is a round multiple of the block size, since otherwise, chaining is impossible anyway. Cc: <stable@vger.kernel.org> # v3.16+ Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/bluetooth/a2mp.c')