mtw_write_2
if ((error = mtw_write_2(sc, reg, val & 0xffff)) == 0) {
error = mtw_write_2(sc, reg + 2, val >> 16);
static int mtw_write_2(struct mtw_softc *, uint16_t, uint16_t);