Lines Matching refs:completion_queue_get
183 u32 get_value = ihost->completion_queue_get; in sci_controller_completion_queue_has_entries()
497 ihost->completion_queue_get); in sci_controller_process_completions()
500 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
501 get_cycle = SMU_CQGR_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
503 event_get = NORMALIZE_EVENT_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
504 event_cycle = SMU_CQGR_EVENT_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
561 ihost->completion_queue_get = in sci_controller_process_completions()
569 writel(ihost->completion_queue_get, in sci_controller_process_completions()
570 &ihost->smu_registers->completion_queue_get); in sci_controller_process_completions()
577 ihost->completion_queue_get); in sci_controller_process_completions()
758 ihost->completion_queue_get = 0; in sci_controller_initialize_completion_queue()
777 &ihost->smu_registers->completion_queue_get); in sci_controller_initialize_completion_queue()
1554 writel(0x00000000, &ihost->smu_registers->completion_queue_get); in sci_controller_reset_hardware()