search for: dcb_i2c_pmgr

Displaying 1 result from an estimated 1 matches for "dcb_i2c_pmgr".

2015 Feb 22
0
[PATCH] Fix i2c table parsing for dcb 4.1
...ent); + u8 i2c_port = (ent_value >> 27) & 0x1f; + u8 dpaux_port = (ent_value >> 22) & 0x1f; + /* value 0x1f means unused according to DCB 4.x spec */ + if (i2c_port == 0x1f && dpaux_port == 0x1f) info->type = DCB_I2C_UNUSED; else info->type = DCB_I2C_PMGR; -- 2.1.4