Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Datw.c153 #define ATW_DPRINTF3(x) if (atw_debug > 2) printf x macro
156 #define DPRINTF3(sc, x) if ((sc)->sc_if.if_flags & IFF_DEBUG) ATW_DPRINTF3(x)
175 #define ATW_DPRINTF3(x) macro