#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/seq_file.h>
#include <linux/of_platform.h>
#include <linux/memblock.h>
#include <mm/mmu_decl.h>
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/prom.h>
#include <asm/time.h>
#include <asm/udbg.h>
#include "flipper-pic.h"
#include "hlwd-pic.h"
#include "usbgecko_udbg.h"
Go to the source code of this file.
#define DRV_MODULE_NAME "wii" |
Definition at line 14 of file wii.c.
#define HW_CTRL_COMPATIBLE "nintendo,hollywood-control" |
Definition at line 36 of file wii.c.
#define HW_CTRL_RESETS 0x94 |
Definition at line 38 of file wii.c.
#define HW_CTRL_RESETS_SYS (1<<0) |
Definition at line 39 of file wii.c.
#define HW_GPIO_BASE |
( |
|
idx | ) |
(idx * 0x20) |
Definition at line 44 of file wii.c.
#define HW_GPIO_COMPATIBLE "nintendo,hollywood-gpio" |
Definition at line 42 of file wii.c.
Definition at line 46 of file wii.c.
Definition at line 45 of file wii.c.
#define HW_GPIO_SENSOR_BAR (1<<8) |
Definition at line 50 of file wii.c.
#define HW_GPIO_SHUTDOWN (1<<1) |
Definition at line 48 of file wii.c.
#define HW_GPIO_SLOT_LED (1<<5) |
Definition at line 49 of file wii.c.
Definition at line 15 of file wii.c.
device_initcall |
( |
wii_device_probe |
| ) |
|
Definition at line 65 of file wii.c.
Definition at line 99 of file wii.c.
unsigned long wii_hole_size |
Definition at line 57 of file wii.c.
unsigned long wii_hole_start |
Definition at line 56 of file wii.c.