Lines Matching defs:get_index
184 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
187 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]))
489 u32 get_index;
500 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get);
508 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])
512 ent = ihost->completion_queue[get_index];
515 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) <<
517 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1);
567 SMU_CQGR_GEN_VAL(POINTER, get_index);