Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c107 val = readl(&reg->crypto_conf); in rockchip_crypto_sha_init()
109 writel(val, &reg->crypto_conf); in rockchip_crypto_sha_init()
112 val = readl(&reg->crypto_conf); in rockchip_crypto_sha_init()
114 writel(val, &reg->crypto_conf); in rockchip_crypto_sha_init()
120 val = readl(&reg->crypto_conf); in rockchip_crypto_sha_init()
122 writel(val, &reg->crypto_conf); in rockchip_crypto_sha_init()
136 val = readl(&reg->crypto_conf); in rockchip_crypto_sha_init()
138 writel(val, &reg->crypto_conf); in rockchip_crypto_sha_init()
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_v1.h13 u32 crypto_conf; member