Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c395 static int run_write_2(struct run_softc *, uint16_t, uint16_t);
1378 run_write_2(struct run_softc *sc, uint16_t reg, uint16_t val) in run_write_2() function
1396 if ((error = run_write_2(sc, reg, val & 0xffff)) == 0) in run_write()
1397 error = run_write_2(sc, reg + 2, val >> 16); in run_write()
1413 error = run_write_2(sc, reg + i, buf[i] | buf[i + 1] << 8); in run_write_region_1()