Searched refs:DEBUGF (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bsc.c | 119 #define DEBUGF(sc, lvl, fmt, args...) \ macro 393 DEBUGF(sc, 1, "0x%02x ", *sc->sc_data); in bcm_bsc_empty_rx_fifo() 417 DEBUGF(sc, 1, "0x%02x ", *sc->sc_data); in bcm_bsc_fill_tx_fifo() 434 DEBUGF(sc, 1, " err=0\n"); in bcm_bsc_fill_tx_fifo() 465 DEBUGF(sc, 4, " <intrstatus=0x%08x> ", status); in bcm_bsc_intr() 654 DEBUGF(sc, 1, " err=%d\n", err); in bcm_bsc_transfer()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_i2c.c | 162 #define DEBUGF(sc, lvl, fmt, args...) \ macro 702 DEBUGF(sc, 1, "0x%02x ", reg); in i2c_read() 706 DEBUGF(sc, 1, "\n"); in i2c_read() 723 DEBUGF(sc, 1, "0x%02x ", *buf); in i2c_write() 730 DEBUGF(sc, 1, "\n"); in i2c_write()
|