Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 5 of 5) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/mediatek/include/
A Dmtk_sip_def.h11 #define MTK_SIP_SMC_FROM_NS_EL1_TABLE(_func) \ argument
12 _func(MTK_SIP_KERNEL_TIME_SYNC, 0x202) \
13 _func(MTK_SIP_KERNEL_DFD, 0x205) \
14 _func(MTK_SIP_KERNEL_MSDC, 0x273) \
15 _func(MTK_SIP_VCORE_CONTROL, 0x506) \
16 _func(MTK_SIP_IOMMU_CONTROL, 0x514) \
17 _func(MTK_SIP_AUDIO_CONTROL, 0x517) \
18 _func(MTK_SIP_APUSYS_CONTROL, 0x51E) \
19 _func(MTK_SIP_DP_CONTROL, 0x523) \
20 _func(MTK_SIP_KERNEL_GIC_OP, 0x526)
[all …]
/arm-trusted-firmware-2.8.0/plat/mediatek/include/lib/mtk_init/
A Dmtk_init_def.h14 #define INIT_CALL_TABLE(_func) \ argument
15 _func(MTK_INIT_LVL_EARLY_PLAT, .mtk_plat_initcall_, 0) \
16 _func(MTK_INIT_LVL_ARCH, .mtk_plat_initcall_, 1) \
17 _func(MTK_INIT_LVL_PLAT_SETUP_0, .mtk_plat_initcall_, 2) \
18 _func(MTK_INIT_LVL_PLAT_SETUP_1, .mtk_plat_initcall_, 3) \
19 _func(MTK_INIT_LVL_PLAT_RUNTIME, .mtk_plat_initcall_, 4) \
20 _func(MTK_INIT_LVL_BL33_DEFER, .mtk_plat_initcall_, 5)
/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Dasm_macros.S171 .macro no_ret _func:req, skip_nop=0
172 bl \_func
/arm-trusted-firmware-2.8.0/include/arch/aarch32/
A Dasm_macros.S159 .macro no_ret _func:req, skip_nop=0
160 bl \_func
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/pm/armv8_2/
A Dpwr_ctrl.c449 #define CPM_PM_FN_CHECK(_fns, _ops, _id, _func, _result, _flag) ({ \ argument
451 if (_ops->_func) \

Completed in 5 milliseconds