Searched refs:u8Cid (Results 1 – 1 of 1) sorted by relevance
87 uint8_t u8Cid, u8Vid, u8Did; in nct7717u_probe() local89 if (nct7717u_read_cid(i2c_bus_dev, &u8Cid) != RT_EOK) in nct7717u_probe()98 LOG_I("CID=%02x VID=%02x DID=%02x", u8Cid, u8Vid, u8Did); in nct7717u_probe()100 if ((u8Cid != 0x50) || (u8Vid != 0x50) || ((u8Did & 0x90) != 0x90)) in nct7717u_probe()
Completed in 5 milliseconds