Searched refs:funcmode (Results 1 – 1 of 1) sorted by relevance
10376 static int convert_dytc_to_profile(int funcmode, int dytcmode, in convert_dytc_to_profile() argument10379 switch (funcmode) { in convert_dytc_to_profile()10413 pr_debug("unknown function 0x%x\n", funcmode); in convert_dytc_to_profile()10593 int perfmode, funcmode = 0; in dytc_profile_refresh() local10601 funcmode = DYTC_FUNCTION_MMC; in dytc_profile_refresh()10605 funcmode = (output >> DYTC_GET_FUNCTION_BIT) & 0xF; in dytc_profile_refresh()10614 err = convert_dytc_to_profile(funcmode, perfmode, &profile); in dytc_profile_refresh()