Home
last modified time | relevance | path

Searched refs:clock_gating_unit_value (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.c6677 U32 clock_gating_unit_value; in scic_sds_controller_ready_state_enter() local
6687 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() local
6723 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()