Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Datw.c138 #define ATW_DPRINTF3(x) if (atw_debug > 2) printf x macro
141 #define DPRINTF3(sc, x) if ((sc)->sc_ic.ic_if.if_flags & IFF_DEBUG) ATW_DPRINTF3(x)
159 #define ATW_DPRINTF3(x) macro