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

  /src/sys/dev/podulebus/
if_eireg.h 47 #define EI_PAGESIZE 0x1000
48 #define EI_NPAGES (EI_MEMSIZE / EI_PAGESIZE)
49 #define ei_atop(a) (((a) % EI_MEMSIZE) / EI_PAGESIZE)
50 #define ei_atopo(a) ((a) % EI_PAGESIZE)
if_ei.c 128 EI_PAGESIZE * 2, 0, &sc->sc_mem_h);
173 0, 0,EI_PAGESIZE / 2);
263 cnt = EI_PAGESIZE - src % EI_PAGESIZE;
311 cnt = EI_PAGESIZE - dest % EI_PAGESIZE;

Completed in 12 milliseconds