Searched refs:wi_seek_bap (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | wi.c | 202 STATIC int wi_seek_bap(struct wi_softc *, int, int); 2916 wi_seek_bap(struct wi_softc *sc, int id, int off) in wi_seek_bap() function 2975 if ((error = wi_seek_bap(sc, id, off)) != 0) in wi_read_bap() 2996 if ((error = wi_seek_bap(sc, id, off)) != 0) in wi_write_bap() 3020 wi_seek_bap(sc, id, sc->sc_bap_off); in wi_write_bap()
|