Home
last modified time | relevance | path

Searched refs:CRYPTO_V1_TRNG_SAMPLE_PERIOD (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rng/
H A Drockchip_rng.c25 #define CRYPTO_V1_TRNG_SAMPLE_PERIOD(x) (x) macro
170 writel(CRYPTO_V1_OSC_ENABLE | CRYPTO_V1_TRNG_SAMPLE_PERIOD(100), in cryptov1_rng_read()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Drockchip-rng.c34 #define CRYPTO_V1_TRNG_SAMPLE_PERIOD(x) (x) macro
209 reg_ctrl = CRYPTO_V1_OSC_ENABLE | CRYPTO_V1_TRNG_SAMPLE_PERIOD(100); in crypto_v1_read()