Lines Matching refs:com7
492 int com7; in stk_sensor_configure() local
502 case MODE_QCIF: com7 = COM7_FMT_QCIF; in stk_sensor_configure()
505 case MODE_QVGA: com7 = COM7_FMT_QVGA; in stk_sensor_configure()
508 case MODE_CIF: com7 = COM7_FMT_CIF; in stk_sensor_configure()
511 case MODE_VGA: com7 = COM7_FMT_VGA; in stk_sensor_configure()
514 case MODE_SXGA: com7 = COM7_FMT_SXGA; in stk_sensor_configure()
523 com7 |= COM7_YUV; in stk_sensor_configure()
527 com7 |= COM7_YUV; in stk_sensor_configure()
531 com7 |= COM7_RGB; in stk_sensor_configure()
535 com7 |= COM7_RGB; in stk_sensor_configure()
539 com7 |= COM7_PBAYER; in stk_sensor_configure()
548 stk_sensor_outb(dev, REG_COM7, com7); in stk_sensor_configure()