Searched refs:NPC_KPU_VER_MAJ (Results 1 – 2 of 2) sorted by relevance
1522 if (NPC_KPU_VER_MAJ(profile->version) > in npc_apply_custom_kpu()1523 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER)) { in npc_apply_custom_kpu()1525 NPC_KPU_VER_MAJ(profile->version), in npc_apply_custom_kpu()1526 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER)); in npc_apply_custom_kpu()1534 NPC_KPU_VER_MAJ(profile->version), in npc_apply_custom_kpu()1537 NPC_KPU_VER_MAJ(NPC_KPU_PROFILE_VER), in npc_apply_custom_kpu()1733 profile->name, NPC_KPU_VER_MAJ(profile->version), in npc_load_kpu_profile()
12 #define NPC_KPU_VER_MAJ(ver) ((u16)(((ver) >> 32) & 0xFFFF)) macro