HomeSort by: relevance | last modified time | path
    Searched refs:EPCOM_RING_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ep93xx/
epcomvar.h 47 #define EPCOM_RING_SIZE 2048
epcom.c 233 sc->sc_rbuf = kmem_alloc(EPCOM_RING_SIZE << 1, KM_SLEEP);
235 sc->sc_rbavail = EPCOM_RING_SIZE;
236 sc->sc_ebuf = sc->sc_rbuf + (EPCOM_RING_SIZE << 1);
563 sc->sc_rbavail = EPCOM_RING_SIZE;
925 scc = cc = EPCOM_RING_SIZE - sc->sc_rbavail;
927 if (cc == EPCOM_RING_SIZE) {
965 get -= EPCOM_RING_SIZE << 1;

Completed in 12 milliseconds