Searched refs:clock_gating_unit_value (Results 1 – 1 of 1) sorted by relevance
6677 U32 clock_gating_unit_value; in scic_sds_controller_ready_state_enter() local6687 clock_gating_unit_value = SMU_CGUCR_READ(this_controller); in scic_sds_controller_ready_state_enter()6689 clock_gating_unit_value &= ~( SMU_CGUCR_GEN_BIT(REGCLK_ENABLE) in scic_sds_controller_ready_state_enter()6692 clock_gating_unit_value |= SMU_CGUCR_GEN_BIT(IDLE_ENABLE); in scic_sds_controller_ready_state_enter()6694 SMU_CGUCR_WRITE(this_controller, clock_gating_unit_value); in scic_sds_controller_ready_state_enter()6716 U32 clock_gating_unit_value; in scic_sds_controller_ready_state_exit() local6723 clock_gating_unit_value = SMU_CGUCR_READ(this_controller); in scic_sds_controller_ready_state_exit()6725 clock_gating_unit_value &= ~SMU_CGUCR_GEN_BIT(IDLE_ENABLE); in scic_sds_controller_ready_state_exit()6726 clock_gating_unit_value |= ( SMU_CGUCR_GEN_BIT(REGCLK_ENABLE) in scic_sds_controller_ready_state_exit()6730 SMU_CGUCR_WRITE(this_controller, clock_gating_unit_value); in scic_sds_controller_ready_state_exit()