Home
last modified time | relevance | path

Searched defs:amdpm (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/amdpm/
H A Damdpm.c129 #define AMDPM_LOCK(amdpm) mtx_lock(&(amdpm)->lock) argument
130 #define AMDPM_UNLOCK(amdpm) mtx_unlock(&(amdpm)->lock) argument
131 #define AMDPM_LOCK_ASSERT(amdpm) mtx_assert(&(amdpm)->lock, MA_OWNED) argument
133 #define AMDPM_SMBINB(amdpm,register) \ argument
135 #define AMDPM_SMBOUTB(amdpm,register,value) \ argument
137 #define AMDPM_SMBINW(amdpm,register) \ argument
139 #define AMDPM_SMBOUTW(amdpm,register,value) \ argument