Searched refs:reg_L (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc4023.c | 1446 u32 reg_L = 0; in gc4023_check_sensor_id() local 1452 GC4023_REG_VALUE_08BIT, ®_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 D | gc4653.c | 1387 u32 reg_L = 0; in gc4653_check_sensor_id() local 1393 GC4653_REG_VALUE_08BIT, ®_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 D | gc3003.c | 1825 u32 reg_L = 0; in gc3003_check_sensor_id() local 1836 GC3003_REG_VALUE_08BIT, ®_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 D | imx378.c | 2811 u32 reg_L = 0; in imx378_check_sensor_id() local 2817 IMX378_REG_VALUE_08BIT, ®_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 D | gc4663.c | 1726 u32 reg_L = 0; in gc4663_check_sensor_id() local 1732 GC4663_REG_VALUE_08BIT, ®_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 D | gc4c33.c | 2363 u32 reg_L = 0; in gc4c33_check_sensor_id() local 2369 GC4C33_REG_VALUE_08BIT, ®_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 D | gc2385.c | 1092 u8 reg_L = 0; in gc2385_check_sensor_id() local 1099 ret |= gc2385_read_reg(client, GC2385_REG_CHIP_ID_L, ®_L); in gc2385_check_sensor_id() 1100 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc2385_check_sensor_id()
|
| H A D | imx586.c | 1990 u32 reg_L = 0; in imx586_check_sensor_id() local 1996 IMX586_REG_VALUE_08BIT, ®_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 D | gc08a3.c | 1942 u8 reg_L = 0; in gc08a3_check_sensor_id() local 1946 ret |= gc08a3_read_reg(client, GC08A3_REG_CHIP_ID_L, ®_L); in gc08a3_check_sensor_id() 1947 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc08a3_check_sensor_id()
|
| H A D | gc5035.c | 1272 u8 reg_L = 0; in gc5035_check_sensor_id() local 1276 ret |= gc5035_read_reg(client, GC5035_REG_CHIP_ID_L, ®_L); in gc5035_check_sensor_id() 1277 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5035_check_sensor_id()
|
| H A D | gc5025.c | 1766 u8 reg_L = 0; in gc5025_check_sensor_id() local 1772 ret |= gc5025_read_reg(client, GC5025_REG_CHIP_ID_L, ®_L); in gc5025_check_sensor_id() 1773 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5025_check_sensor_id()
|
| H A D | gc8034.c | 2979 u8 reg_L = 0; in gc8034_check_sensor_id() local 2983 ret |= gc8034_read_reg(client, GC8034_REG_CHIP_ID_L, ®_L); in gc8034_check_sensor_id() 2984 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc8034_check_sensor_id()
|