Searched refs:fmw_sy (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/et61x251/
H A Det61x251_core.c1080 fmw_sy = (u16)(rect->top - s->cropcap.bounds.top + local
1087 err += et61x251_write_reg(cam, fmw_sy & 0xff, 0x6a);
1090 err += et61x251_write_reg(cam, (fmw_sx >> 8) | ((fmw_sy & 0x300) >> 6)
1096 PDBGG("fmw_sx, fmw_sy, fmw_length, fmw_height: %u %u %u %u",
1097 fmw_sx, fmw_sy, fmw_length, fmw_height);

Completed in 57 milliseconds