Home
last modified time | relevance | path

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

/freebsd/sys/dev/viawd/
H A Dviawd.c78 else if (timeout > VIAWD_MEM_COUNT_MAX) in viawd_tmr_set()
79 timeout = VIAWD_MEM_COUNT_MAX; in viawd_tmr_set()
H A Dviawd.h69 #define VIAWD_MEM_COUNT_MAX 1023 macro