Searched refs:NPC_KPU_VER_MIN (Results 1 – 2 of 2) sorted by relevance
1583 if (NPC_KPU_VER_MIN(profile->version) < in npc_apply_custom_kpu()1584 NPC_KPU_VER_MIN(NPC_KPU_PROFILE_VER)) { in npc_apply_custom_kpu()1588 NPC_KPU_VER_MIN(profile->version), in npc_apply_custom_kpu()1591 NPC_KPU_VER_MIN(NPC_KPU_PROFILE_VER), in npc_apply_custom_kpu()1787 NPC_KPU_VER_MIN(profile->version), in npc_load_kpu_profile()
13 #define NPC_KPU_VER_MIN(ver) ((u16)(((ver) >> 16) & 0xFFFF)) macro