Home
last modified time | relevance | path

Searched refs:MASK_CHIPID (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc35874x_regs.h34 #define MASK_CHIPID 0xff00 macro
H A Dtc358743_regs.h20 #define MASK_CHIPID 0xff00 macro
H A Dtc358743.c1254 (i2c_rd16(sd, CHIPID) & MASK_CHIPID) >> 8); in tc358743_log_status()
2072 if ((i2c_rd16(sd, CHIPID) & MASK_CHIPID) != 0) { in tc358743_probe()
H A Dtc35874x.c1320 (i2c_rd16(sd, CHIPID) & MASK_CHIPID) >> 8); in tc35874x_log_status()
2324 data = i2c_rd16(sd, CHIPID) & MASK_CHIPID; in tc35874x_probe()