Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.c6689 clock_gating_unit_value &= ~( SMU_CGUCR_GEN_BIT(REGCLK_ENABLE) in scic_sds_controller_ready_state_enter()
6690 | SMU_CGUCR_GEN_BIT(TXCLK_ENABLE) in scic_sds_controller_ready_state_enter()
6691 | SMU_CGUCR_GEN_BIT(XCLK_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()
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()
6727 | SMU_CGUCR_GEN_BIT(TXCLK_ENABLE) in scic_sds_controller_ready_state_exit()
6728 | SMU_CGUCR_GEN_BIT(XCLK_ENABLE) ); in scic_sds_controller_ready_state_exit()
H A Dscu_registers.h284 #define SMU_CGUCR_GEN_BIT(name) \ macro