Searched refs:pch_dbg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-eg20t.c | 111 #define pch_dbg(adap, fmt, arg...) \ macro 229 pch_dbg(adap, "Fast mode enabled\n"); in pch_i2c_init() 245 pch_dbg(adap, in pch_i2c_init() 266 pch_dbg(adap, "I2CSR = %x\n", ioread32(p + PCH_I2CSR)); in pch_i2c_wait_for_bus_idle() 296 pch_dbg(adap, "I2CCTL = %x\n", ioread32(p + PCH_I2CCTL)); in pch_i2c_start() 307 pch_dbg(adap, "I2CCTL = %x\n", ioread32(p + PCH_I2CCTL)); in pch_i2c_stop() 339 pch_dbg(adap, "Receive NACK for slave address setting\n"); in pch_i2c_wait_for_check_xfer() 353 pch_dbg(adap, "I2CCTL = %x\n", ioread32(p + PCH_I2CCTL)); in pch_i2c_repstart() 386 pch_dbg(adap, "I2CCTL = %x msgs->len = %d\n", ioread32(p + PCH_I2CCTL), in pch_i2c_writebytes() 420 pch_dbg(adap, "writing %x to Data register\n", buf[wrcount]); in pch_i2c_writebytes() [all …]
|