Home
last modified time | relevance | path

Searched refs:mcfgr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Djr.c415 uint32_t mcfgr = sec_in32(&sec->mcfgr); in sec_reset_idx() local
418 mcfgr |= MCFGR_SWRST; in sec_reset_idx()
419 sec_out32(&sec->mcfgr, mcfgr); in sec_reset_idx()
421 mcfgr |= MCFGR_DMA_RST; in sec_reset_idx()
422 sec_out32(&sec->mcfgr, mcfgr); in sec_reset_idx()
424 mcfgr = sec_in32(&sec->mcfgr); in sec_reset_idx()
425 } while ((mcfgr & MCFGR_DMA_RST) == MCFGR_DMA_RST && --timeout); in sec_reset_idx()
432 mcfgr = sec_in32(&sec->mcfgr); in sec_reset_idx()
433 } while ((mcfgr & MCFGR_SWRST) == MCFGR_SWRST && --timeout); in sec_reset_idx()
568 uint32_t mcr = sec_in32(&sec->mcfgr); in sec_init_idx()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_sec.h76 u32 mcfgr; /* Master CFG Register */ member
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c828 sec_clrbits32(&sec->mcfgr, MCFGR_AXIPIPE); in cpu_init_r()