|
Linux Kernel
3.7.1
|
#include <linux/platform_device.h>#include <linux/io.h>#include <linux/i2c.h>#include <linux/i2c/at24.h>#include <linux/dma-mapping.h>#include <linux/spi/spi.h>#include <linux/spi/eeprom.h>#include <linux/irq.h>#include <linux/delay.h>#include <linux/gpio.h>#include <linux/usb/otg.h>#include <linux/usb/ulpi.h>#include <asm/mach/arch.h>#include <asm/mach-types.h>#include <mach/common.h>#include <mach/hardware.h>#include <mach/iomux-mx27.h>#include <asm/mach/time.h>#include <mach/ulpi.h>#include "devices-imx27.h"Go to the source code of this file.
Macros | |
| #define | OTG_PHY_CS_GPIO (GPIO_PORTB + 23) |
| #define | USBH2_PHY_CS_GPIO (GPIO_PORTB + 24) |
| #define | SPI1_SS0 (GPIO_PORTD + 28) |
| #define | SPI1_SS1 (GPIO_PORTD + 27) |
| #define | SD2_CD (GPIO_PORTC + 29) |
Functions | |
| __setup ("otg_mode=", pca100_otg_mode) | |
Variables | |
| atag_offset = 0x100 | |
| map_io = mx27_map_io | |
| init_early = imx27_init_early | |
| init_irq = mx27_init_irq | |
| handle_irq = imx27_handle_irq | |
| init_machine = pca100_init | |
| timer = &pca100_timer | |
| restart = mxc_restart | |
| #define OTG_PHY_CS_GPIO (GPIO_PORTB + 23) |
Definition at line 43 of file mach-pca100.c.
| #define SD2_CD (GPIO_PORTC + 29) |
Definition at line 47 of file mach-pca100.c.
| #define SPI1_SS0 (GPIO_PORTD + 28) |
Definition at line 45 of file mach-pca100.c.
| #define SPI1_SS1 (GPIO_PORTD + 27) |
Definition at line 46 of file mach-pca100.c.
| #define USBH2_PHY_CS_GPIO (GPIO_PORTB + 24) |
Definition at line 44 of file mach-pca100.c.
| __setup | ( | ) |
| atag_offset = 0x100 |
Definition at line 424 of file mach-pca100.c.
| handle_irq = imx27_handle_irq |
Definition at line 428 of file mach-pca100.c.
| init_early = imx27_init_early |
Definition at line 426 of file mach-pca100.c.
| init_irq = mx27_init_irq |
Definition at line 427 of file mach-pca100.c.
| init_machine = pca100_init |
Definition at line 429 of file mach-pca100.c.
| map_io = mx27_map_io |
Definition at line 425 of file mach-pca100.c.
| restart = mxc_restart |
Definition at line 431 of file mach-pca100.c.
| timer = &pca100_timer |
Definition at line 430 of file mach-pca100.c.
1.8.2