| 111 | } |
| 112 | |
| 113 | static __inline void |
| 114 | ti_mbox_reg_write(struct ti_mbox_softc *sc, uint16_t reg, uint32_t val) |
| 115 | { |
| 116 | bus_space_write_4(sc->sc_bt, sc->sc_bh, reg, val); |
| 117 | } |
| 118 | |
| 119 | static int |
| 120 | ti_mbox_probe(device_t dev) |
no test coverage detected