Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mx31moboard-marxbot.c File Reference
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/types.h>
#include <linux/usb/otg.h>
#include <mach/common.h>
#include <mach/hardware.h>
#include <mach/iomux-mx3.h>
#include <mach/ulpi.h>
#include <media/soc_camera.h>
#include "devices-imx31.h"

Go to the source code of this file.

Macros

#define SDHC2_CD   IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR)
 
#define SDHC2_WP   IOMUX_TO_GPIO(MX31_PIN_ATA_DIOW)
 
#define TRSLAT_RST_B   IOMUX_TO_GPIO(MX31_PIN_STXD5)
 
#define DSPICS_RST_B   IOMUX_TO_GPIO(MX31_PIN_SRXD5)
 
#define TURRETCAM_POWER   IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)
 
#define BASECAM_POWER   IOMUX_TO_GPIO(MX31_PIN_CSI_D5)
 
#define TURRETCAM_RST_B   IOMUX_TO_GPIO(MX31_PIN_GPIO3_0)
 
#define BASECAM_RST_B   IOMUX_TO_GPIO(MX31_PIN_CSI_D4)
 
#define CAM_CHOICE   IOMUX_TO_GPIO(MX31_PIN_TXD2)
 
#define SEL0   IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)
 
#define SEL1   IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1)
 
#define SEL2   IOMUX_TO_GPIO(MX31_PIN_RI_DCE1)
 
#define SEL3   IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)
 
#define USB_PAD_CFG
 
#define USBH1_VBUSEN_B   IOMUX_TO_GPIO(MX31_PIN_NFRE_B)
 
#define USBH1_MODE   IOMUX_TO_GPIO(MX31_PIN_NFALE)
 

Functions

void __init mx31moboard_marxbot_init (void)
 

Macro Definition Documentation

#define BASECAM_POWER   IOMUX_TO_GPIO(MX31_PIN_CSI_D5)

Definition at line 147 of file mx31moboard-marxbot.c.

#define BASECAM_RST_B   IOMUX_TO_GPIO(MX31_PIN_CSI_D4)

Definition at line 149 of file mx31moboard-marxbot.c.

#define CAM_CHOICE   IOMUX_TO_GPIO(MX31_PIN_TXD2)

Definition at line 150 of file mx31moboard-marxbot.c.

#define DSPICS_RST_B   IOMUX_TO_GPIO(MX31_PIN_SRXD5)

Definition at line 122 of file mx31moboard-marxbot.c.

#define SDHC2_CD   IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR)

Definition at line 68 of file mx31moboard-marxbot.c.

#define SDHC2_WP   IOMUX_TO_GPIO(MX31_PIN_ATA_DIOW)

Definition at line 69 of file mx31moboard-marxbot.c.

#define SEL0   IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)

Definition at line 222 of file mx31moboard-marxbot.c.

#define SEL1   IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1)

Definition at line 223 of file mx31moboard-marxbot.c.

#define SEL2   IOMUX_TO_GPIO(MX31_PIN_RI_DCE1)

Definition at line 224 of file mx31moboard-marxbot.c.

#define SEL3   IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)

Definition at line 225 of file mx31moboard-marxbot.c.

#define TRSLAT_RST_B   IOMUX_TO_GPIO(MX31_PIN_STXD5)

Definition at line 121 of file mx31moboard-marxbot.c.

#define TURRETCAM_POWER   IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)

Definition at line 146 of file mx31moboard-marxbot.c.

#define TURRETCAM_RST_B   IOMUX_TO_GPIO(MX31_PIN_GPIO3_0)

Definition at line 148 of file mx31moboard-marxbot.c.

#define USB_PAD_CFG
Value:

Definition at line 250 of file mx31moboard-marxbot.c.

#define USBH1_MODE   IOMUX_TO_GPIO(MX31_PIN_NFALE)

Definition at line 273 of file mx31moboard-marxbot.c.

#define USBH1_VBUSEN_B   IOMUX_TO_GPIO(MX31_PIN_NFRE_B)

Definition at line 272 of file mx31moboard-marxbot.c.

Function Documentation

void __init mx31moboard_marxbot_init ( void  )

Definition at line 345 of file mx31moboard-marxbot.c.