Searched refs:NPC_KPU_VER_MIN (Results 1 – 2 of 2) sorted by relevance
1530 if (NPC_KPU_VER_MIN(profile->version) < in npc_apply_custom_kpu()1531 NPC_KPU_VER_MIN(NPC_KPU_PROFILE_VER)) { in npc_apply_custom_kpu()1535 NPC_KPU_VER_MIN(profile->version), in npc_apply_custom_kpu()1538 NPC_KPU_VER_MIN(NPC_KPU_PROFILE_VER), in npc_apply_custom_kpu()1734 NPC_KPU_VER_MIN(profile->version), in npc_load_kpu_profile()
13 #define NPC_KPU_VER_MIN(ver) ((u16)(((ver) >> 16) & 0xFFFF)) macro