Searched refs:PRINTD (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | soft_i2c.c | 106 #define PRINTD(fmt,args...) do { \ macro 110 #define PRINTD(fmt,args...) macro 329 PRINTD("i2c_read: chip %02X addr %02X alen %d buffer %p len %d\n", in soft_i2c_read() 346 PRINTD("i2c_read: fix addr_overflow: chip %02X addr %02X\n", in soft_i2c_read() 360 PRINTD("i2c_read, no chip responded %02X\n", chip); in soft_i2c_read() 366 PRINTD("i2c_read, address not <ACK>ed\n"); in soft_i2c_read() 405 PRINTD("i2c_write: chip %02X addr %02X alen %d buffer %p len %d\n", in soft_i2c_write() 411 PRINTD("i2c_write, no chip responded %02X\n", chip); in soft_i2c_write() 417 PRINTD("i2c_write, address not <ACK>ed\n"); in soft_i2c_write()
|
/openbmc/u-boot/drivers/spi/ |
H A D | soft_spi_legacy.c | 20 #define PRINTD(fmt,args...) printf (fmt ,##args) macro 22 #define PRINTD(fmt,args...) macro 116 PRINTD("spi_xfer: slave %u:%u dout %08X din %08X bitlen %u\n", in spi_xfer()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 18 #define PRINTD 0x0001 macro 21 int cdebug = PRINTD;
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 19 #define PRINTD 0x0001 macro 22 int cdebug = PRINTD;
|