Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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.c7410 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in si_program_aspm()
H A Dsi_dpm.c3655 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()
H A Dcik.c9758 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in cik_program_aspm()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsid.h173 # define DEEP_SLEEP_CLK_SEL(x) ((x) << 0) macro
H A Damdgpu_si.c2588 data |= DEEP_SLEEP_CLK_SEL(1) | ZCLK_SEL(1); in si_program_aspm()
/openbsd/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c4135 WREG32_P(MISC_CLK_CNTL, DEEP_SLEEP_CLK_SEL(tmp), ~DEEP_SLEEP_CLK_SEL_MASK); in si_program_ds_registers()