Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dsid.h172 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
Dcikd.h294 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
Dsi.c7726 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in si_program_aspm()
Dsi_dpm.c3726 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()
Dcik.c10022 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in cik_program_aspm()