#include <linux/platform_device.h>
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/module.h>
#include <asm/io.h>
#include <asm/reboot.h>
#include <asm/vr41xx/giu.h>
#include <asm/vr41xx/tb0219.h>
Go to the source code of this file.
#define TB0219_DIP_SWITCH 0x06 |
#define TB0219_GPIO_INPUT 0x02 |
#define TB0219_GPIO_OUTPUT 0x04 |
#define TB0219_PCI_SLOT1_IRQ_STATUS 0x10 |
#define TB0219_PCI_SLOT2_IRQ_STATUS 0x12 |
#define TB0219_PCI_SLOT3_IRQ_STATUS 0x14 |
#define TB0219_RESET 0x0e |
#define TB0219_SIZE 0x20UL |
#define TB0219_START 0x0a000000UL |
- Enumerator:
TYPE_LED |
|
TYPE_GPIO_OUTPUT |
|
Definition at line 58 of file tb0219.c.
module_exit |
( |
tanbac_tb0219_exit |
| ) |
|
module_init |
( |
tanbac_tb0219_init |
| ) |
|