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