Searched refs:read_lpstatus (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbw-qcam.c139 static inline int read_lpstatus(struct qcam *q) function
180 while (!((status = read_lpstatus(q)) & 8)) {
194 while (((status = read_lpstatus(q)) & 8)) {
294 lastreg = reg = read_lpstatus(q) & 0xf0;
297 reg = read_lpstatus(q) & 0xf0;
475 hi = (read_lpstatus(q) >> 3) & 0x1f;
478 hi2 = (read_lpstatus(q) >> 3) & 0x1f;

Completed in 60 milliseconds