Searched refs:DEEP_SLEEP_CNTL (Results 1 – 2 of 2) sorted by relevance
550 u32 ds_en = RREG32(DEEP_SLEEP_CNTL) & ENABLE_DS; in sumo_program_power_level()563 WREG32_P(DEEP_SLEEP_CNTL, 0, ~ENABLE_DS); in sumo_program_power_level()569 WREG32_P(DEEP_SLEEP_CNTL, ENABLE_DS, ~ENABLE_DS); in sumo_program_power_level()889 u32 deep_sleep_cntl = RREG32(DEEP_SLEEP_CNTL); in sumo_enable_sclk_ds()902 WREG32(DEEP_SLEEP_CNTL, deep_sleep_cntl); in sumo_enable_sclk_ds()904 WREG32_P(DEEP_SLEEP_CNTL, 0, ~ENABLE_DS); in sumo_enable_sclk_ds()
347 #define DEEP_SLEEP_CNTL 0x818 macro
Completed in 10 milliseconds