Lines Matching defs:get_index
182 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
185 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]))
487 u32 get_index;
498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get);
506 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])
510 ent = ihost->completion_queue[get_index];
513 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) <<
515 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1);
565 SMU_CQGR_GEN_VAL(POINTER, get_index);