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

/openbsd-current/sys/dev/sbus/
H A Dqecvar.h47 u_int sc_msize; /* QEC buffer offset per channel */ member in struct:qec_softc
H A Dqec.c312 v = sc->sc_msize = sc->sc_bufsiz / sc->sc_nchannels;
H A Dqe.c949 qecaddr = sc->sc_channel * qec->sc_msize;
H A Dbe.c1037 qecaddr = sc->sc_channel * qec->sc_msize;
/openbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c318 sc->sc_msize = IE_SIZE;
321 if (bus_dmamem_alloc(ga->ga_dmatag, sc->sc_msize, NBPG, 0,
324 sc->sc_msize);
327 if (bus_dmamem_map(ga->ga_dmatag, &seg, rseg, sc->sc_msize,
334 bzero((void *)sc->bh, sc->sc_msize);
360 printf(" mem %x[%p]/%x", sc->bh, sc->sc_maddr, sc->sc_msize);
365 /*bus_dmamem_free(ga->ga_dmatag, &seg, sc->sc_msize);*/
388 sc->buf_area_sz = sc->sc_msize - sc->buf_area;
/openbsd-current/sys/dev/ic/
H A Di82596var.h186 u_int sc_msize; /* (MD) how much RAM we have/use */ member in struct:ie_softc
H A Di82596.c214 sc->scp = sc->sc_msize - IE_SCP_SZ;
/openbsd-current/sys/dev/isa/
H A Dif_ie.c103 the actual configured base of adapter RAM. Finally, `sc_msize' represents the
105 interval [sc_maddr, sc_maddr + sc_msize); to make 24-pointers, we subtract
212 u_int sc_msize; member in struct:ie_softc
416 if (!sc->sc_msize) {
422 ia->ia_msize = sc->sc_msize;
423 else if (ia->ia_msize != sc->sc_msize) {
425 sc->sc_dev.dv_xname, ia->ia_msize, sc->sc_msize);
522 if (!sc->sc_msize) {
529 ia->ia_msize = sc->sc_msize;
530 else if (ia->ia_msize != sc->sc_msize) {
[all...]

Completed in 205 milliseconds