Searched refs:DEVICE_DEBUGF (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_bsc.c | 113 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ macro 433 DEVICE_DEBUGF(sc, 2, "rstart 0x%02x\n", in bcm_bsc_fill_tx_fifo() 435 DEVICE_DEBUGF(sc, 1, in bcm_bsc_fill_tx_fifo() 510 DEVICE_DEBUGF(sc, 3, "Transfer %d msgs\n", nmsgs); in bcm_bsc_transfer() 575 DEVICE_DEBUGF(sc, 2, "start 0x%02x\n", curslave); in bcm_bsc_transfer() 584 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ", in bcm_bsc_transfer() 596 DEVICE_DEBUGF(sc, 1, "%-6s 0x%02x len %d: ", in bcm_bsc_transfer() 653 DEVICE_DEBUGF(sc, 2, "stop\n"); in bcm_bsc_transfer()
|
| /freebsd-14-stable/sys/arm/freescale/imx/ |
| HD | imx_i2c.c | 156 #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()
|