Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dtrinity_smc.c115 WREG32(SMC_INT_REQ, 1); in trinity_acquire_mutex()
117 if ((RREG32(SMC_INT_REQ) & 0xffff) == 1) in trinity_acquire_mutex()
125 WREG32(SMC_INT_REQ, 0); in trinity_release_mutex()
H A Dtrinityd.h167 #define SMC_INT_REQ 0x220 macro