Home
last modified time | relevance | path

Searched refs:MVEBU_RFU_BASE (Results 1 – 6 of 6) sorted by relevance

/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/include/
Da8k_plat_def.h35 #define MVEBU_RFU_BASE (MVEBU_REGS_BASE + 0x6F0000) macro
36 #define MVEBU_IO_WIN_BASE(ap_index) (MVEBU_RFU_BASE)
62 #define MVEBU_AP_MPP_REGS(n) (MVEBU_RFU_BASE + 0x4000 + ((n) << 2))
63 #define MVEBU_AP_GPIO_REGS (MVEBU_RFU_BASE + 0x5040)
67 #define MVEBU_AP_EXT_TSEN_BASE (MVEBU_RFU_BASE + 0x8084)
77 #define MCIX4_REG_START_ADDRESS_REG(unit_id) (MVEBU_RFU_BASE + \
/external/arm-trusted-firmware/drivers/marvell/mochi/
Dap807_setup.c32 #define DSS_CR0 (MVEBU_RFU_BASE + 0x100)
37 #define MCIX4_807_REG_START_ADDR_REG(unit_id) (MVEBU_RFU_BASE + \
41 #define SEC_MOCHI_IN_ACC_REG (MVEBU_RFU_BASE + 0x4738)
64 #define DSS_SCR_REG (MVEBU_RFU_BASE + 0x208)
Dapn806_setup.c31 #define DSS_CR0 (MVEBU_RFU_BASE + 0x100)
35 #define SEC_MOCHI_IN_ACC_REG (MVEBU_RFU_BASE + 0x4738)
/external/arm-trusted-firmware/drivers/marvell/
Dap807_clocks_init.c16 (MVEBU_RFU_BASE + 0x82A8 + (0xA58 * (cluster)))
37 (MVEBU_RFU_BASE + 0x82E0 + (0x8 * (cluster)))
/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/
Dplat_ble_setup.c30 #define MVEBU_AP_GEN_MGMT_BASE (MVEBU_RFU_BASE + 0x8000)
Dplat_pm.c815 mmio_write_32(MVEBU_RFU_BASE + MVEBU_RFU_GLOBL_SW_RST, 0x0); in plat_marvell_system_reset()