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

Function pl310_wait_background_op

freebsd/arm/arm/pl310.c:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static __inline void
215pl310_wait_background_op(uint32_t off, uint32_t mask)
216{
217
218 while (pl310_read4(pl310_softc, off) & mask)
219 continue;
220}
221
222/**
223 * pl310_cache_sync - performs a cache sync operation

Callers 2

pl310_wbinv_allFunction · 0.85
pl310_attachFunction · 0.85

Calls 1

pl310_read4Function · 0.85

Tested by

no test coverage detected