Searched refs:PARENT (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/ |
| H A D | s32cc-clk-modules.h | 123 #define S32CC_PLL_OUT_DIV_INIT(PARENT, INDEX) \ argument 128 .parent = &(PARENT).desc, \ 132 #define S32CC_PLL_OUT_DIV_INIT(PARENT, INDEX) \ argument 137 .parent = &(PARENT).desc, \ 148 #define S32CC_DFS_INIT(PARENT, INSTANCE) \ argument 153 .parent = &(PARENT).desc, \ 164 #define S32CC_DFS_DIV_INIT(PARENT, INDEX) \ argument 169 .parent = &(PARENT).desc, \ 179 #define S32CC_FIXED_DIV_INIT(PARENT, RATE_DIV) \ argument 184 .parent = &(PARENT).desc, \ [all …]
|