Searched refs:property_chan_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c89 struct sx property_chan_lock; member in struct:bcm_mbox_softc
198 sx_init(&sc->property_chan_lock, "mboxprop");
402 sx_xlock(&sc->property_chan_lock);
432 sx_xunlock(&sc->property_chan_lock);

Completed in 91 milliseconds