Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/include/
H 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_KERNEL_UFS_CONTROL, 0x276) \
16 _func(MTK_SIP_VCORE_CONTROL, 0x506) \
17 _func(MTK_SIP_MTK_LPM_CONTROL, 0x507) \
18 _func(MTK_SIP_EMIDBG_CONTROL, 0x50B) \
19 _func(MTK_SIP_IOMMU_CONTROL, 0x514) \
20 _func(MTK_SIP_AUDIO_CONTROL, 0x517) \
[all …]
/rk3399_ARM-atf/plat/mediatek/include/lib/mtk_init/
H 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)
/rk3399_ARM-atf/include/arch/aarch32/
H A Dasm_macros.S157 .macro no_ret _func:req, skip_nop=0
158 bl \_func
/rk3399_ARM-atf/include/arch/aarch64/
H A Dasm_macros.S210 .macro no_ret _func:req, skip_nop=0
211 bl \_func
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c449 #define CPM_PM_FN_CHECK(_fns, _ops, _id, _func, _result, _flag) ({ \ argument
451 if (_ops->_func) \
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c424 #define CPM_PM_FN_CHECK(_fns, _ops, _id, _func, _cond_ex, _result, _flag) ({ \ argument
426 if (_ops->_func && _cond_ex) \