OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAT_MT_CCI_BASE
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
plat_macros.S
77
mov_imm x7, (
PLAT_MT_CCI_BASE
+ SLAVE_IFACE_OFFSET( \
81
mov_imm x7, (
PLAT_MT_CCI_BASE
+ SLAVE_IFACE_OFFSET( \
platform_def.h
29
#define
PLAT_MT_CCI_BASE
(IO_PHYS + 0x390000)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
plat_macros.S
69
mov_imm x7, (
PLAT_MT_CCI_BASE
+ SLAVE_IFACE_OFFSET( \
73
mov_imm x7, (
PLAT_MT_CCI_BASE
+ SLAVE_IFACE_OFFSET( \
mt8173_def.h
31
#define
PLAT_MT_CCI_BASE
(IO_PHYS + 0x390000)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/
platform_common.c
72
cci_init(
PLAT_MT_CCI_BASE
, cci_map, ARRAY_SIZE(cci_map));
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31_plat_setup.c
106
cci_init(
PLAT_MT_CCI_BASE
, cci_map, cci_map_length);
Completed in 150 milliseconds