Home
last modified time | relevance | path

Searched defs:pec (Results 1 – 3 of 3) sorted by relevance

/drivers/i2c/busses/
Di2c-nforce2.c191 unsigned char protocol, pec; in nforce2_access() local
Di2c-amd8111.c197 unsigned char protocol, len, pec, temp[2]; in amd8111_access() local
/drivers/i2c/
Di2c-core.c2417 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) in i2c_smbus_msg_pec()