| 126 | } |
| 127 | |
| 128 | static inline void |
| 129 | omap_uhh_write_4(struct omap_uhh_softc *sc, bus_size_t off, uint32_t val) |
| 130 | { |
| 131 | bus_write_4(sc->uhh_mem_res, off, val); |
| 132 | } |
| 133 | |
| 134 | static int |
| 135 | omap_uhh_init(struct omap_uhh_softc *isc) |
no outgoing calls
no test coverage detected