Searched refs:AMDGPIO_LOCK (Results 1 – 2 of 2) sorted by relevance
84 AMDGPIO_LOCK(sc); in amdgpio_is_pin_output()186 AMDGPIO_LOCK(sc); in amdgpio_pin_getflags()224 AMDGPIO_LOCK(sc); in amdgpio_pin_setflags()261 AMDGPIO_LOCK(sc); in amdgpio_pin_get()300 AMDGPIO_LOCK(sc); in amdgpio_pin_set()335 AMDGPIO_LOCK(sc); in amdgpio_pin_toggle()
307 #define AMDGPIO_LOCK(_sc) mtx_lock_spin(&(_sc)->sc_mtx) macro