Home
last modified time | relevance | path

Searched refs:DTV_DEFAULT_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/dtv/
Ddtv_device.c115 if (dtv_buffer_realloc(sc, DTV_DEFAULT_BUFSIZE) != 0) { in dtv_attach()
225 sc->sc_bufsize = DTV_DEFAULT_BUFSIZE; in dtvopen()
Ddtvvar.h42 #define DTV_DEFAULT_BUFSIZE (32 * DTV_DEFAULT_BLOCKSIZE) macro