Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_ov9650.c271 int hor_offs = OV9650_LEFT_OFFSET; in ov9650_start() local
281 hor_offs /= 2; in ov9650_start()
332 (hor_offs >> 8) & 0xff); in ov9650_start()
336 err = m5602_write_bridge(sd, M5602_XB_HSYNC_PARA, hor_offs & 0xff); in ov9650_start()
341 ((width + hor_offs) >> 8) & 0xff); in ov9650_start()
346 ((width + hor_offs) & 0xff)); in ov9650_start()