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

Function pl310_write4

freebsd/arm/include/pl310.h:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static __inline void
176pl310_write4(struct pl310_softc *sc, bus_size_t off, uint32_t val)
177{
178
179 bus_write_4(sc->sc_mem_res, off, val);
180}
181
182void pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg,
183 uint32_t read, uint32_t write, uint32_t setup);

Callers 12

pl310_set_ram_latencyFunction · 0.85
pl310_cache_syncFunction · 0.85
pl310_wbinv_allFunction · 0.85
pl310_wbinv_rangeFunction · 0.85
pl310_wb_rangeFunction · 0.85
pl310_inv_rangeFunction · 0.85
pl310_config_intrFunction · 0.85
pl310_attachFunction · 0.85
imx6_pl310_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected