Searched refs:S32CC_CLK (Results 1 – 2 of 2) sorted by relevance
20 #define S32CC_CLK(TAG, ID) (S32CC_CLK_ID(ID) | (S32CC_CLK_TYPE((TAG) << 30U))) macro21 #define S32CC_HW_CLK(ID) S32CC_CLK(0UL, U(ID))22 #define S32CC_SW_CLK(SUB, ID) S32CC_CLK(2UL | ((SUB) & 1UL), U(ID))
59 *clk_index = S32CC_CLK(clk_arr[i]->type_mask, j); in s32cc_get_id_from_table()