Home
last modified time | relevance | path

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

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