|
Linux Kernel
3.7.1
|
#include <linux/irq.h>#include <linux/platform_device.h>#include <linux/gpio.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/pxa320.h>#include <mach/mxm8x10.h>#include <linux/spi/spi.h>#include <linux/spi/pxa2xx_spi.h>#include <linux/can/platform/mcp251x.h>#include "generic.h"Go to the source code of this file.
Macros | |
| #define | ICONTROL_MCP251x_nCS1 (15) |
| #define | ICONTROL_MCP251x_nCS2 (16) |
| #define | ICONTROL_MCP251x_nCS3 (17) |
| #define | ICONTROL_MCP251x_nCS4 (24) |
| #define | ICONTROL_MCP251x_nIRQ1 (74) |
| #define | ICONTROL_MCP251x_nIRQ2 (75) |
| #define | ICONTROL_MCP251x_nIRQ3 (76) |
| #define | ICONTROL_MCP251x_nIRQ4 (77) |
Variables | |
| struct platform_device | pxa_spi_ssp3 |
| struct platform_device | pxa_spi_ssp4 |
| atag_offset = 0x100 | |
| map_io = pxa3xx_map_io | |
| nr_irqs = PXA_NR_IRQS | |
| init_irq = pxa3xx_init_irq | |
| handle_irq = pxa3xx_handle_irq | |
| timer = &pxa_timer | |
| init_machine = icontrol_init | |
| restart = pxa_restart | |
| #define ICONTROL_MCP251x_nCS1 (15) |
Definition at line 32 of file icontrol.c.
| #define ICONTROL_MCP251x_nCS2 (16) |
Definition at line 33 of file icontrol.c.
| #define ICONTROL_MCP251x_nCS3 (17) |
Definition at line 34 of file icontrol.c.
| #define ICONTROL_MCP251x_nCS4 (24) |
Definition at line 35 of file icontrol.c.
| #define ICONTROL_MCP251x_nIRQ1 (74) |
Definition at line 37 of file icontrol.c.
| #define ICONTROL_MCP251x_nIRQ2 (75) |
Definition at line 38 of file icontrol.c.
| #define ICONTROL_MCP251x_nIRQ3 (76) |
Definition at line 39 of file icontrol.c.
| #define ICONTROL_MCP251x_nIRQ4 (77) |
Definition at line 40 of file icontrol.c.
| atag_offset = 0x100 |
Definition at line 194 of file icontrol.c.
| handle_irq = pxa3xx_handle_irq |
Definition at line 198 of file icontrol.c.
| init_irq = pxa3xx_init_irq |
Definition at line 197 of file icontrol.c.
| init_machine = icontrol_init |
Definition at line 200 of file icontrol.c.
| map_io = pxa3xx_map_io |
Definition at line 195 of file icontrol.c.
| nr_irqs = PXA_NR_IRQS |
Definition at line 196 of file icontrol.c.
| struct platform_device pxa_spi_ssp3 |
Definition at line 132 of file icontrol.c.
| struct platform_device pxa_spi_ssp4 |
Definition at line 140 of file icontrol.c.
| restart = pxa_restart |
Definition at line 201 of file icontrol.c.
Definition at line 199 of file icontrol.c.
1.8.2