linux/drivers/crypto/allwinner/sun8i-ce
Andre Przywara 1611f74974 crypto: sun8i-ce - add Allwinner H616 support
The crypto engine in the Allwinner H616 is very similar to the H6, but
needs the base address for the task descriptor and the addresses within
it to be expressed in words, not in bytes.

Add a new variant struct entry for the H616, and set the new flag to
mark the use of 34 bit addresses. Also the internal 32K oscillator is
required for TRNG operation, so specify all four clocks.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Tested-by: Ryan Walklin <ryan@testtoast.com>
Tested-by: Philippe Simons <simons.philippe@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-07-06 10:20:00 +10:00
..
Makefile crypto: sun8i-ce - Add support for the TRNG 2020-09-25 17:48:28 +10:00
sun8i-ce-cipher.c crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00
sun8i-ce-core.c crypto: sun8i-ce - add Allwinner H616 support 2024-07-06 10:20:00 +10:00
sun8i-ce-hash.c crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00
sun8i-ce-prng.c crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00
sun8i-ce-trng.c crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00
sun8i-ce.h crypto: sun8i-ce - wrap accesses to descriptor address fields 2024-07-06 10:19:59 +10:00