Searched defs:amdpm (Results 1 – 1 of 1) sorted by relevance
129 #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 AMDPM_SMBINW(amdpm,register) global() argument 139 AMDPM_SMBOUTW(amdpm,register,value) global() argument [all...]