Searched refs:reg_H (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc4023.c | 1445 u32 reg_H = 0; in gc4023_check_sensor_id() local 1450 GC4023_REG_VALUE_08BIT, ®_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 D | gc4653.c | 1386 u32 reg_H = 0; in gc4653_check_sensor_id() local 1391 GC4653_REG_VALUE_08BIT, ®_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 D | gc3003.c | 1824 u32 reg_H = 0; in gc3003_check_sensor_id() local 1834 GC3003_REG_VALUE_08BIT, ®_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 D | imx378.c | 2810 u32 reg_H = 0; in imx378_check_sensor_id() local 2815 IMX378_REG_VALUE_08BIT, ®_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 D | gc4663.c | 1725 u32 reg_H = 0; in gc4663_check_sensor_id() local 1730 GC4663_REG_VALUE_08BIT, ®_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 D | gc4c33.c | 2362 u32 reg_H = 0; in gc4c33_check_sensor_id() local 2367 GC4C33_REG_VALUE_08BIT, ®_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 D | gc2385.c | 1091 u8 reg_H = 0; in gc2385_check_sensor_id() local 1098 ret |= gc2385_read_reg(client, GC2385_REG_CHIP_ID_H, ®_H); in gc2385_check_sensor_id() 1100 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc2385_check_sensor_id()
|
| H A D | imx586.c | 1989 u32 reg_H = 0; in imx586_check_sensor_id() local 1994 IMX586_REG_VALUE_08BIT, ®_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 D | gc08a3.c | 1941 u8 reg_H = 0; in gc08a3_check_sensor_id() local 1945 ret = gc08a3_read_reg(client, GC08A3_REG_CHIP_ID_H, ®_H); in gc08a3_check_sensor_id() 1947 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc08a3_check_sensor_id()
|
| H A D | gc5035.c | 1271 u8 reg_H = 0; in gc5035_check_sensor_id() local 1275 ret = gc5035_read_reg(client, GC5035_REG_CHIP_ID_H, ®_H); in gc5035_check_sensor_id() 1277 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5035_check_sensor_id()
|
| H A D | gc5025.c | 1765 u8 reg_H = 0; in gc5025_check_sensor_id() local 1771 ret = gc5025_read_reg(client, GC5025_REG_CHIP_ID_H, ®_H); in gc5025_check_sensor_id() 1773 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc5025_check_sensor_id()
|
| H A D | gc8034.c | 2978 u8 reg_H = 0; in gc8034_check_sensor_id() local 2982 ret = gc8034_read_reg(client, GC8034_REG_CHIP_ID_H, ®_H); in gc8034_check_sensor_id() 2984 id = ((reg_H << 8) & 0xff00) | (reg_L & 0xff); in gc8034_check_sensor_id()
|