|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/platform_device.h>#include <linux/gpio.h>#include <linux/irq.h>#include <linux/regulator/fixed.h>#include <linux/regulator/machine.h>#include <linux/spi/spi.h>#include <linux/spi/flash.h>#include <linux/io.h>#include <linux/mmc/host.h>#include <linux/mmc/sh_mmcif.h>#include <linux/mmc/sh_mobile_sdhi.h>#include <linux/sh_eth.h>#include <linux/sh_intc.h>#include <linux/usb/renesas_usbhs.h>#include <cpu/sh7757.h>#include <asm/heartbeat.h>Go to the source code of this file.
Macros | |
| #define | GBECONT 0xffc10100 |
| #define | GBECONT_RMII1 BIT(17) |
| #define | GBECONT_RMII0 BIT(16) |
Functions | |
| arch_initcall (sh7757lcr_devices_setup) | |
| void __init | init_sh7757lcr_IRQ (void) |
| #define GBECONT 0xffc10100 |
Definition at line 54 of file board-sh7757lcr.c.
| #define GBECONT_RMII0 BIT(16) |
Definition at line 56 of file board-sh7757lcr.c.
| #define GBECONT_RMII1 BIT(17) |
Definition at line 55 of file board-sh7757lcr.c.
| arch_initcall | ( | sh7757lcr_devices_setup | ) |
Definition at line 583 of file board-sh7757lcr.c.
1.8.2