Searched refs:MC_NPAGES (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dif_mcvar.h54 #define MC_NPAGES ((MC_RXDMABUFS * 0x800 + PAGE_SIZE - 1) / PAGE_SIZE) macro
/netbsd-current/sys/arch/macppc/dev/
H A Dif_mcvar.h54 #define MC_NPAGES ((MC_RXDMABUFS * 0x800 + PAGE_SIZE - 1) / PAGE_SIZE) macro
H A Dif_mc.c154 sc->sc_rxbuf = malloc(MC_NPAGES * PAGE_SIZE, M_DEVBUF, M_WAITOK);
156 memset(sc->sc_rxbuf, 0, MC_NPAGES * PAGE_SIZE);

Completed in 226 milliseconds