| 173 | } |
| 174 | |
| 175 | static __inline void |
| 176 | pl310_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 | |
| 182 | void pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg, |
| 183 | uint32_t read, uint32_t write, uint32_t setup); |
no outgoing calls
no test coverage detected