Searched refs:PRINTD (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | soft_i2c.c | 110 #define PRINTD(fmt,args...) do { \ macro 114 #define PRINTD(fmt,args...) macro 333 PRINTD("i2c_read: chip %02X addr %02X alen %d buffer %p len %d\n", in soft_i2c_read() 350 PRINTD("i2c_read: fix addr_overflow: chip %02X addr %02X\n", in soft_i2c_read() 364 PRINTD("i2c_read, no chip responded %02X\n", chip); in soft_i2c_read() 370 PRINTD("i2c_read, address not <ACK>ed\n"); in soft_i2c_read() 409 PRINTD("i2c_write: chip %02X addr %02X alen %d buffer %p len %d\n", in soft_i2c_write() 415 PRINTD("i2c_write, no chip responded %02X\n", chip); in soft_i2c_write() 421 PRINTD("i2c_write, address not <ACK>ed\n"); in soft_i2c_write()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | soft_spi_legacy.c | 21 #define PRINTD(fmt,args...) printf (fmt ,##args) macro 23 #define PRINTD(fmt,args...) macro 124 PRINTD("spi_xfer: slave %u:%u dout %08X din %08X bitlen %u\n", in spi_xfer()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.y | 18 #define PRINTD 0x0001 macro 21 int cdebug = PRINTD;
|
| H A D | zconf.tab.c_shipped | 91 #define PRINTD 0x0001 94 int cdebug = PRINTD;
|