Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsumod.h142 # define DCLK_DIVIDER_MASK 0x7f macro
H A Dcikd.h2099 # define DCLK_DIVIDER_MASK 0x7f macro
H A Devergreend.h378 # define DCLK_DIVIDER_MASK 0x7f macro
H A Dradeon_evergreen.c1161 WREG32_P(cntl_reg, dividers.post_div, ~(DCLK_DIR_CNTL_EN|DCLK_DIVIDER_MASK)); in sumo_set_uvd_clock()
H A Dradeon_cik.c9503 tmp &= ~(DCLK_DIR_CNTL_EN|DCLK_DIVIDER_MASK); in cik_set_uvd_clock()