Searched defs:GPIO_LOCK_ASSERT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/mips/cavium/
H A Docteon_gpiovar.h36 #define GPIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->gpio_mtx, MA_OWNED) macro
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h37 #define GPIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->gpio_mtx, MA_OWNED) macro
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c78 #define GPIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_gpio.h108 #define GPIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->gpio_mtx, MA_OWNED) macro

Completed in 68 milliseconds