Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dsid.h172 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
Dcikd.h292 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
Dsi.c7399 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in si_program_aspm()
Dsi_dpm.c3673 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()
Dcik.c9765 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in cik_program_aspm()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsid.h174 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
Dsi.c1904 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in si_program_aspm()
Dsi_dpm.c4140 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()