Home
last modified time | relevance | path

Searched refs:mtw_write_2 (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/usb/wlan/
H A Dif_mtw.c176 static int mtw_write_2(struct mtw_softc *, uint16_t, uint16_t);
1274 mtw_write_2(struct mtw_softc *sc, uint16_t reg, uint16_t val) in mtw_write_2() function
1292 if ((error = mtw_write_2(sc, reg, val & 0xffff)) == 0) { in mtw_write()
1294 error = mtw_write_2(sc, reg + 2, val >> 16); in mtw_write()