Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Djr.h21 #define MCFGR_SWRST ((uint32_t)(1)<<31) /* Software Reset */ macro
H A Djr.c418 mcfgr |= MCFGR_SWRST; in sec_reset_idx()
433 } while ((mcfgr & MCFGR_SWRST) == MCFGR_SWRST && --timeout); in sec_reset_idx()