Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4023.c1446 u32 reg_L = 0; in gc4023_check_sensor_id() local
1452 GC4023_REG_VALUE_08BIT, &reg_L); 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.c1387 u32 reg_L = 0; in gc4653_check_sensor_id() local
1393 GC4653_REG_VALUE_08BIT, &reg_L); 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.c1825 u32 reg_L = 0; in gc3003_check_sensor_id() local
1836 GC3003_REG_VALUE_08BIT, &reg_L); 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.c2811 u32 reg_L = 0; in imx378_check_sensor_id() local
2817 IMX378_REG_VALUE_08BIT, &reg_L); 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.c1726 u32 reg_L = 0; in gc4663_check_sensor_id() local
1732 GC4663_REG_VALUE_08BIT, &reg_L); 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.c2363 u32 reg_L = 0; in gc4c33_check_sensor_id() local
2369 GC4C33_REG_VALUE_08BIT, &reg_L); 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.c1092 u8 reg_L = 0; in gc2385_check_sensor_id() local
1099 ret |= gc2385_read_reg(client, GC2385_REG_CHIP_ID_L, &reg_L); in gc2385_check_sensor_id()
1100 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc2385_check_sensor_id()
H A Dimx586.c1990 u32 reg_L = 0; in imx586_check_sensor_id() local
1996 IMX586_REG_VALUE_08BIT, &reg_L); 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.c1942 u8 reg_L = 0; in gc08a3_check_sensor_id() local
1946 ret |= gc08a3_read_reg(client, GC08A3_REG_CHIP_ID_L, &reg_L); in gc08a3_check_sensor_id()
1947 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc08a3_check_sensor_id()
H A Dgc5035.c1272 u8 reg_L = 0; in gc5035_check_sensor_id() local
1276 ret |= gc5035_read_reg(client, GC5035_REG_CHIP_ID_L, &reg_L); in gc5035_check_sensor_id()
1277 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5035_check_sensor_id()
H A Dgc5025.c1766 u8 reg_L = 0; in gc5025_check_sensor_id() local
1772 ret |= gc5025_read_reg(client, GC5025_REG_CHIP_ID_L, &reg_L); in gc5025_check_sensor_id()
1773 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5025_check_sensor_id()
H A Dgc8034.c2979 u8 reg_L = 0; in gc8034_check_sensor_id() local
2983 ret |= gc8034_read_reg(client, GC8034_REG_CHIP_ID_L, &reg_L); in gc8034_check_sensor_id()
2984 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc8034_check_sensor_id()