~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/media/video/s5p-fimc/mipi-csis.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Samsung S5P/EXYNOS4 SoC series MIPI-CSI receiver driver
 
3
 *
 
4
 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License version 2 as
 
8
 * published by the Free Software Foundation.
 
9
 */
 
10
#ifndef S5P_MIPI_CSIS_H_
 
11
#define S5P_MIPI_CSIS_H_
 
12
 
 
13
#define CSIS_DRIVER_NAME        "s5p-mipi-csis"
 
14
#define CSIS_MAX_ENTITIES       2
 
15
#define CSIS0_MAX_LANES         4
 
16
#define CSIS1_MAX_LANES         2
 
17
 
 
18
#define CSIS_PAD_SINK           0
 
19
#define CSIS_PAD_SOURCE         1
 
20
#define CSIS_PADS_NUM           2
 
21
 
 
22
#endif