Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c113 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro
434 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n", in bcm_bsc_fill_tx_fifo()
436 DEVICE_DEBUGF(sc, 1, in bcm_bsc_fill_tx_fifo()
511 DEVICE_DEBUGF(sc, 3, "Transfer %d msgs\n", nmsgs); in bcm_bsc_transfer()
576 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", curslave); in bcm_bsc_transfer()
585 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ", in bcm_bsc_transfer()
597 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ", in bcm_bsc_transfer()
654 DEVICE_DEBUGF(sc, 2, "stop\n"); in bcm_bsc_transfer()
/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c155 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro
531 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n", sc->slave); in i2c_repeated_start()
555 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", sc->slave); in i2c_start_ll()
595 DEVICE_DEBUGF(sc, 2, "stop 0x%02x\n", sc->slave); in i2c_stop()
611 DEVICE_DEBUGF(sc, 1, "reset\n"); in i2c_reset()
667 DEVICE_DEBUGF(sc, 1, "read 0x%02x len %d: ", sc->slave, len); in i2c_read()
718 DEVICE_DEBUGF(sc, 1, "write 0x%02x len %d: ", sc->slave, len); in i2c_write()