/*Check the mtk idle node which in dts exist or not*/ #define IS_MTK_LP_DTS_AVAILABLE_IDLEDRAM(p)\ IS_MTK_LP_DTS_FEATURE_AVAILABLE(p, MTK_LP_FEATURE_DTS_IDLEDRAM) # ...
mtk_idle_module.h Code Blame 219 lines (161 loc) · 5.14 KB Raw Download raw file 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ...