Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/marvell/armada/a3k/common/
Ddram_win.c198 enabled = ctrl_reg & CPU_DEC_CR_WIN_ENABLE; in dram_win_map_build()
231 ctrl_reg &= ~CPU_DEC_CR_WIN_ENABLE; in cpu_win_set()
263 ctrl_reg |= CPU_DEC_CR_WIN_ENABLE; in cpu_win_set()
/trusted-firmware-a-latest/plat/marvell/armada/a3k/common/include/
Dplatform_def.h199 #define CPU_DEC_CR_WIN_ENABLE 0x1 macro