Searched refs:DEVICE_DEBUGF (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bsc.c | 115 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro 435 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n", in bcm_bsc_fill_tx_fifo() 437 DEVICE_DEBUGF(sc, 1, in bcm_bsc_fill_tx_fifo() 512 DEVICE_DEBUGF(sc, 3, "Transfer %d msgs\n", nmsgs); in bcm_bsc_transfer() 577 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", curslave); in bcm_bsc_transfer() 586 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ", in bcm_bsc_transfer() 598 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ", in bcm_bsc_transfer() 655 DEVICE_DEBUGF(sc, 2, "stop\n"); in bcm_bsc_transfer()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_i2c.c | 158 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro 534 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n", sc->slave); in i2c_repeated_start() 558 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", sc->slave); in i2c_start_ll() 598 DEVICE_DEBUGF(sc, 2, "stop 0x%02x\n", sc->slave); in i2c_stop() 614 DEVICE_DEBUGF(sc, 1, "reset\n"); in i2c_reset() 670 DEVICE_DEBUGF(sc, 1, "read 0x%02x len %d: ", sc->slave, len); in i2c_read() 721 DEVICE_DEBUGF(sc, 1, "write 0x%02x len %d: ", sc->slave, len); in i2c_write()
|