huesin            870 drivers/media/usb/gspca/ov534.c 		s16 huesin;
huesin            881 drivers/media/usb/gspca/ov534.c 		huesin = fixp_sin16(val) * 0x80 / 0x7fff;
huesin            884 drivers/media/usb/gspca/ov534.c 		if (huesin < 0) {
huesin            887 drivers/media/usb/gspca/ov534.c 			huesin = -huesin;
huesin            894 drivers/media/usb/gspca/ov534.c 		sccb_reg_write(gspca_dev, 0xaa, (u8)huesin);