Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h42 #define RKCE_RESET_PKA BIT(2) macro
43 #define RKCE_RESET_ALL (RKCE_RESET_SYMM | RKCE_RESET_HASH | RKCE_RESET_PKA)
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c222 if (reset_sel & RKCE_RESET_PKA) in rkce_soft_reset()
252 rkce_soft_reset(rkce_hw, RKCE_RESET_SYMM | RKCE_RESET_HASH | RKCE_RESET_PKA); in rkce_init()