Searched refs:idh (Results 1 – 3 of 3) sorted by relevance
/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 358 u8 idh = 0; in stk_sensor_init() local 368 if (stk_sensor_inb(dev, REG_MIDH, &idh) in stk_sensor_init() 373 if (idh != 0x7f || idl != 0xa2) { in stk_sensor_init() 377 if (stk_sensor_inb(dev, REG_PID, &idh) in stk_sensor_init() 385 idh, idl, SENSOR_ADDRESS); in stk_sensor_init()
|
/drivers/gpu/drm/bridge/analogix/ |
D | analogix-anx6345.c | 655 unsigned int i, idl, idh, version; in anx6345_get_chip_id() local 660 if (regmap_read(anx6345->map[I2C_IDX_TXCOM], SP_DEVICE_IDH_REG, &idh)) in anx6345_get_chip_id() 663 anx6345->chipid = (u8)idl | ((u8)idh << 8); in anx6345_get_chip_id()
|
D | analogix-anx78xx.c | 1210 unsigned int i, idl, idh, version; in anx78xx_i2c_probe() local 1284 &idh); in anx78xx_i2c_probe() 1288 anx78xx->chipid = (u8)idl | ((u8)idh << 8); in anx78xx_i2c_probe()
|