Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/brcm/board/stingray/driver/ext_sram_init/
Dext_sram_init.c194 mmio_setbits_32((uintptr_t)(PNOR_IDM_IO_RESET_CONTROL), 0x1); in brcm_stingray_pnor_sram_init()
196 mmio_clrbits_32((uintptr_t)(PNOR_IDM_IO_RESET_CONTROL), 0x1); in brcm_stingray_pnor_sram_init()
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dsr_def.h358 #define PNOR_IDM_IO_RESET_CONTROL (PNOR_IDM_BASE + 0x800) macro