Home
last modified time | relevance | path

Searched refs:reg_H (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4023.c1445 u32 reg_H = 0; in gc4023_check_sensor_id() local
1450 GC4023_REG_VALUE_08BIT, &reg_H); in gc4023_check_sensor_id()
1454 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc4023_check_sensor_id()
1455 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in gc4023_check_sensor_id()
H A Dgc4653.c1386 u32 reg_H = 0; in gc4653_check_sensor_id() local
1391 GC4653_REG_VALUE_08BIT, &reg_H); in gc4653_check_sensor_id()
1395 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc4653_check_sensor_id()
1396 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in gc4653_check_sensor_id()
H A Dgc3003.c1824 u32 reg_H = 0; in gc3003_check_sensor_id() local
1834 GC3003_REG_VALUE_08BIT, &reg_H); in gc3003_check_sensor_id()
1838 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc3003_check_sensor_id()
1839 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in gc3003_check_sensor_id()
H A Dimx378.c2810 u32 reg_H = 0; in imx378_check_sensor_id() local
2815 IMX378_REG_VALUE_08BIT, &reg_H); in imx378_check_sensor_id()
2818 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in imx378_check_sensor_id()
2819 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in imx378_check_sensor_id()
H A Dgc4663.c1725 u32 reg_H = 0; in gc4663_check_sensor_id() local
1730 GC4663_REG_VALUE_08BIT, &reg_H); in gc4663_check_sensor_id()
1734 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc4663_check_sensor_id()
1735 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in gc4663_check_sensor_id()
H A Dgc4c33.c2362 u32 reg_H = 0; in gc4c33_check_sensor_id() local
2367 GC4C33_REG_VALUE_08BIT, &reg_H); in gc4c33_check_sensor_id()
2370 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc4c33_check_sensor_id()
2371 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in gc4c33_check_sensor_id()
H A Dgc2385.c1091 u8 reg_H = 0; in gc2385_check_sensor_id() local
1098 ret |= gc2385_read_reg(client, GC2385_REG_CHIP_ID_H, &reg_H); in gc2385_check_sensor_id()
1100 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc2385_check_sensor_id()
H A Dimx586.c1989 u32 reg_H = 0; in imx586_check_sensor_id() local
1994 IMX586_REG_VALUE_08BIT, &reg_H); in imx586_check_sensor_id()
1997 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in imx586_check_sensor_id()
1998 if (!(reg_H == (CHIP_ID >> 8) || reg_L == (CHIP_ID & 0xff))) { in imx586_check_sensor_id()
H A Dgc08a3.c1941 u8 reg_H = 0; in gc08a3_check_sensor_id() local
1945 ret = gc08a3_read_reg(client, GC08A3_REG_CHIP_ID_H, &reg_H); in gc08a3_check_sensor_id()
1947 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc08a3_check_sensor_id()
H A Dgc5035.c1271 u8 reg_H = 0; in gc5035_check_sensor_id() local
1275 ret = gc5035_read_reg(client, GC5035_REG_CHIP_ID_H, &reg_H); in gc5035_check_sensor_id()
1277 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5035_check_sensor_id()
H A Dgc5025.c1765 u8 reg_H = 0; in gc5025_check_sensor_id() local
1771 ret = gc5025_read_reg(client, GC5025_REG_CHIP_ID_H, &reg_H); in gc5025_check_sensor_id()
1773 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5025_check_sensor_id()
H A Dgc8034.c2978 u8 reg_H = 0; in gc8034_check_sensor_id() local
2982 ret = gc8034_read_reg(client, GC8034_REG_CHIP_ID_H, &reg_H); in gc8034_check_sensor_id()
2984 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc8034_check_sensor_id()