HomeSort by: relevance | last modified time | path
    Searched defs:run_write_2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_run.c 348 static int run_write_2(struct run_softc *, uint16_t, uint16_t);
1047 run_write_2(struct run_softc *sc, uint16_t reg, uint16_t val) function in typeref:typename:int
1102 error = run_write_2(sc, reg + i, buf[i] | buf[i + 1] << 8);

Completed in 13 milliseconds