HomeSort by: relevance | last modified time | path
    Searched defs:DPRINTF2 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/i2c/
ds2482ow.c 69 #define DPRINTF2(dl, l, x) \
75 #define DPRINTF2(dl, l, x) __nothing
130 DPRINTF2(debuglevel, 4, ("ds2482_set_pullup: pu: %02x; error: %x %d\n",
143 DPRINTF2(debuglevel, 5, ("ds2482_wait_with_status: start\n"));
163 DPRINTF2(debuglevel, 5,
200 DPRINTF2(debuglevel, 4,
237 DPRINTF2(debuglevel, 4,
249 DPRINTF2(debuglevel, 4,
286 DPRINTF2(debuglevel, 4,
323 DPRINTF2(debuglevel, 4
    [all...]
  /src/sys/dev/ic/
an.c 154 #define DPRINTF2(X) if (an_debug > 1) printf X
159 #define DPRINTF2(X)
560 DPRINTF2(("an_init: txbuf %d allocated %x\n", i, fid));
744 DPRINTF2(("an_start: no pending mbuf\n"));
748 DPRINTF2(("an_start: %x/%d busy\n",
837 DPRINTF2(("an_start: send %zu byte via %x/%d\n",
1555 DPRINTF2(("an_tx_intr: sent %x/%d\n", fid, cur));
awi.c 180 #define DPRINTF2(X) if (awi_debug > 1) printf X
183 #define DPRINTF2(X)
1130 DPRINTF2(("awi_txint: txdone %d txnext %d txbase %d txend %d\n",
atw.c 155 #define DPRINTF2(sc, x) if ((sc)->sc_if.if_flags & IFF_DEBUG) ATW_DPRINTF2(x)
177 #define DPRINTF2(sc, x) /* nothing */
930 DPRINTF2(sc, ("%s: atw_reset %d iterations\n", device_xname(sc->sc_dev), i));
3036 DPRINTF2(sc, ("%s: receive process not idle [%s]\n",
3039 DPRINTF2(sc, ("%s: bits %08x test0 %08x stsr %08x\n",
3520 DPRINTF2(sc, ("%s: atw_start: sc_flags 0x%08x, if_flags 0x%08x\n",
3533 DPRINTF2(sc, ("%s: atw_start: txfree %d, txnext %d\n",
3598 DPRINTF2(sc, ("%s: fail compute duration\n", __func__));
3794 DPRINTF2(sc, ("%s: TXDR <- max(10, %d)\n",
3870 DPRINTF2(sc, ("%s: packets enqueued, IC on %d, OWN on %d\n"
    [all...]
wi.c 235 #define DPRINTF2(X) if (wi_debug > 1) printf X
241 #define DPRINTF2(X)
939 DPRINTF2(("wi_init: txbuf %d allocated %x\n", i,
2153 DPRINTF2(("wi_read_nicid: CARD_ID: %x %x %x %x\n", le16toh(ver[0]), le16toh(ver[1]), le16toh(ver[2]), le16toh(ver[3])));
3366 DPRINTF2(("wi_scan_result: #%d: off %d bssid %s\n", i, off,

Completed in 20 milliseconds