Searched refs:AMDGPIO_LOCK (Results 1 – 2 of 2) sorted by relevance
82 AMDGPIO_LOCK(sc); in amdgpio_is_pin_output()184 AMDGPIO_LOCK(sc); in amdgpio_pin_getflags()222 AMDGPIO_LOCK(sc); in amdgpio_pin_setflags()259 AMDGPIO_LOCK(sc); in amdgpio_pin_get()298 AMDGPIO_LOCK(sc); in amdgpio_pin_set()333 AMDGPIO_LOCK(sc); in amdgpio_pin_toggle()
305 #define AMDGPIO_LOCK(_sc) mtx_lock_spin(&(_sc)->sc_mtx) macro