Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/amdgpio/
H A Damdgpio.c84 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()
H A Damdgpio.h307 #define AMDGPIO_LOCK(_sc) mtx_lock_spin(&(_sc)->sc_mtx) macro