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

/freebsd-10-stable/sys/dev/cfi/
H A Dcfi_var.h71 u_int sc_maxbuf; member in struct:cfi_softc
H A Dcfi_core.c364 sc->sc_maxbuf = 1 << (cfi_read_qry(sc, CFI_QRY_MAXBUF) |
367 sc->sc_maxbuf = 0;
448 if (sc->sc_maxbuf > 0) {
610 if (sc->sc_maxbuf > sc->sc_width) {
615 wlen = MIN(sc->sc_maxbuf, sc->sc_wrbufsz - i);

Completed in 113 milliseconds