Lines Matching refs:com7
502 int com7; in stk_sensor_configure() local
512 case MODE_QCIF: com7 = COM7_FMT_QCIF; in stk_sensor_configure()
515 case MODE_QVGA: com7 = COM7_FMT_QVGA; in stk_sensor_configure()
518 case MODE_CIF: com7 = COM7_FMT_CIF; in stk_sensor_configure()
521 case MODE_VGA: com7 = COM7_FMT_VGA; in stk_sensor_configure()
524 case MODE_SXGA: com7 = COM7_FMT_SXGA; in stk_sensor_configure()
532 com7 |= COM7_YUV; in stk_sensor_configure()
536 com7 |= COM7_YUV; in stk_sensor_configure()
540 com7 |= COM7_RGB; in stk_sensor_configure()
544 com7 |= COM7_RGB; in stk_sensor_configure()
548 com7 |= COM7_PBAYER; in stk_sensor_configure()
556 stk_sensor_outb(dev, REG_COM7, com7); in stk_sensor_configure()