MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ti_prcm_device_lock

Function ti_prcm_device_lock

freebsd/arm/ti/ti_prcm.c:243–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void
244ti_prcm_device_lock(device_t dev)
245{
246 struct ti_prcm_softc *sc;
247
248 sc = device_get_softc(dev);
249 mtx_lock(&sc->mtx);
250}
251
252void
253ti_prcm_device_unlock(device_t dev)

Callers 3

ti_prm_write_4Function · 0.85
ti_prm_read_4Function · 0.85
ti_prm_modify_4Function · 0.85

Calls 2

device_get_softcFunction · 0.85
mtx_lockFunction · 0.50

Tested by

no test coverage detected