Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dzc3xx.c6047 u16 checkword; in sif_probe() local
6052 checkword = ((i2c_read(gspca_dev, 0x00) & 0x0f) << 4) in sif_probe()
6054 gspca_dbg(gspca_dev, D_PROBE, "probe sif 0x%04x\n", checkword); in sif_probe()
6055 if (checkword == 0x0007) { in sif_probe()