Searched refs:id_low (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmdio_10g.h38 u16 id_low = efx_mdio_read(efx, mmd, MDIO_DEVID2); efx_mdio_read_id() local
40 return (id_hi << 16) | (id_low); efx_mdio_read_id()
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov5642.c973 u8 id_high, id_low; ov5642_video_probe() local
987 ret = reg_read(client, REG_CHIP_ID_LOW, &id_low); ov5642_video_probe()
991 id |= id_low; ov5642_video_probe()

Completed in 124 milliseconds