Home
last modified time | relevance | path

Searched refs:S_000100_ENABLE_PT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Drs600d.h536 #define S_000100_ENABLE_PT(x) (((x) & 0x1) << 0) macro
H A Drs600.c603 WREG32_MC(R_000100_MC_PT0_CNTL, (tmp | S_000100_ENABLE_PT(1))); in rs600_gart_enable()