Home
last modified time | relevance | path

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

/netbsd/sys/dev/sbus/
H A Dqec.c142 sc->sc_bufsiz = (bus_size_t)sa->sa_reg[1].oa_size; in qecattach()
200 printf(": %dK memory\n", sc->sc_bufsiz / 1024); in qecattach()
274 v = sc->sc_msize = sc->sc_bufsiz / sc->sc_nchannels; in qec_init()
277 v = sc->sc_rsize = sc->sc_bufsiz / (sc->sc_nchannels * 2); in qec_init()
H A Dlebuffer.c100 sc->sc_bufsiz = sa->sa_size; in lebufattach()
119 printf(": %dK memory\n", sc->sc_bufsiz / 1024); in lebufattach()
H A Dlebuffervar.h38 int sc_bufsiz; /* Size of buffer */ member
H A Dqecvar.h42 int sc_bufsiz; /* Size of buffer */ member
H A Ddbrivar.h137 int sc_bufsiz; /* size of the buffer */ member
H A Dif_le_lebuffer.c165 sc->sc_memsize = lebuf->sc_bufsiz; in leattach_lebuffer()
H A Dif_le.c198 sc->sc_memsize = lebufsc->sc_bufsiz; in leattach_sbus()
H A Ddbri.c357 sc->sc_bufsiz = size; in dbri_attach_sbus()