Searched refs:IXL_DBG_I2C (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_i2c.c | 228 ixl_dbg(pf, IXL_DBG_I2C, "I2C ack was not received.\n"); in ixl_get_i2c_ack() 269 ixl_dbg(pf, IXL_DBG_I2C, "I2C data was not set to %#x\n", data); in ixl_clock_out_i2c_bit() 415 ixl_dbg(pf, IXL_DBG_I2C, "Error - I2C data was not set to %X.\n", data); in ixl_set_i2c_data() 477 ixl_dbg(pf, IXL_DBG_I2C, "dev_addr clock out error\n"); in ixl_read_i2c_byte_bb() 483 ixl_dbg(pf, IXL_DBG_I2C, "dev_addr i2c ack error\n"); in ixl_read_i2c_byte_bb() 489 ixl_dbg(pf, IXL_DBG_I2C, "byte_offset clock out error\n"); in ixl_read_i2c_byte_bb() 495 ixl_dbg(pf, IXL_DBG_I2C, "byte_offset i2c ack error\n"); in ixl_read_i2c_byte_bb() 527 ixl_dbg(pf, IXL_DBG_I2C, "I2C byte read error - Retrying\n"); in ixl_read_i2c_byte_bb() 529 ixl_dbg(pf, IXL_DBG_I2C, "I2C byte read error\n"); in ixl_read_i2c_byte_bb() 593 ixl_dbg(pf, IXL_DBG_I2C, "I2C byte write error - Retrying\n"); in ixl_write_i2c_byte_bb() [all …]
|
H A D | ixl_debug.h | 101 IXL_DBG_I2C = 0x00020000, enumerator
|