Searched refs:DEVICE_DEBUGF (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c115 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro
435 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n",
437 DEVICE_DEBUGF(sc, 1,
512 DEVICE_DEBUGF(sc, 3, "Transfer %d msgs\n", nmsgs);
577 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", curslave);
586 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ",
598 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ",
655 DEVICE_DEBUGF(sc, 2, "stop\n");
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c158 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro
534 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n", sc->slave);
558 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", sc->slave);
598 DEVICE_DEBUGF(sc, 2, "stop 0x%02x\n", sc->slave);
614 DEVICE_DEBUGF(sc, 1, "reset\n");
670 DEVICE_DEBUGF(sc, 1, "read 0x%02x len %d: ", sc->slave, len);
721 DEVICE_DEBUGF(sc, 1, "write 0x%02x len %d: ", sc->slave, len);

Completed in 110 milliseconds