Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dsid.h172 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
H A Dcikd.h292 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
H A Dsi.c7404 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in si_program_aspm()
H A Dsi_dpm.c3674 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()
H A Dcik.c9740 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in cik_program_aspm()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c4140 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()