Searched refs:wi_seek (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dif_wi.c139 STATIC int wi_seek(struct wi_softc *, int, int, int);
1061 if (wi_seek(sc, ltv->wi_type, 0, WI_BAP1))
1234 if (wi_seek(sc, ltv->wi_type, 0, WI_BAP1))
1251 wi_seek(struct wi_softc *sc, int id, int off, int chan) function
1289 if (wi_seek(sc, id, off, WI_BAP1))
1319 if (wi_seek(sc, id, off, WI_BAP0))
1329 if (wi_seek(sc, id, off + len, WI_BAP0))
1366 if (wi_seek(sc, *id, 0, WI_BAP0))

Completed in 64 milliseconds