Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-k3/
H A Dam6_init.c38 mmr_unlock(MCU_CTRL_MMR0_BASE, 0); in ctrl_mmr_unlock()
39 mmr_unlock(MCU_CTRL_MMR0_BASE, 1); in ctrl_mmr_unlock()
40 mmr_unlock(MCU_CTRL_MMR0_BASE, 2); in ctrl_mmr_unlock()
41 mmr_unlock(MCU_CTRL_MMR0_BASE, 6); in ctrl_mmr_unlock()
/openbmc/u-boot/arch/arm/mach-k3/include/mach/
H A Dam6_hardware.h27 #define MCU_CTRL_MMR0_BASE 0x40f00000 macro