Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include "common.h"
#include <plat/usb.h>
#include "am35xx-emac.h"
#include "mux.h"
#include "control.h"
Go to the source code of this file.
Macros | |
#define | GPIO_USB_POWER 35 |
#define | GPIO_USB_NRESET 38 |
Variables | |
atag_offset = 0x100 | |
reserve = omap_reserve | |
map_io = omap3_map_io | |
init_early = am35xx_init_early | |
init_irq = omap3_init_irq | |
handle_irq = omap3_intc_handle_irq | |
init_machine = am3517_crane_init | |
init_late = am35xx_init_late | |
timer = &omap3_timer | |
restart = omap_prcm_restart | |
#define GPIO_USB_NRESET 38 |
Definition at line 36 of file board-am3517crane.c.
#define GPIO_USB_POWER 35 |
Definition at line 35 of file board-am3517crane.c.
atag_offset = 0x100 |
Definition at line 88 of file board-am3517crane.c.
handle_irq = omap3_intc_handle_irq |
Definition at line 93 of file board-am3517crane.c.
init_early = am35xx_init_early |
Definition at line 91 of file board-am3517crane.c.
init_irq = omap3_init_irq |
Definition at line 92 of file board-am3517crane.c.
init_late = am35xx_init_late |
Definition at line 95 of file board-am3517crane.c.
init_machine = am3517_crane_init |
Definition at line 94 of file board-am3517crane.c.
map_io = omap3_map_io |
Definition at line 90 of file board-am3517crane.c.
reserve = omap_reserve |
Definition at line 89 of file board-am3517crane.c.
restart = omap_prcm_restart |
Definition at line 97 of file board-am3517crane.c.
timer = &omap3_timer |
Definition at line 96 of file board-am3517crane.c.