#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/irq.h>
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tmio.h>
#include <linux/mfd/t7l66xb.h>
Go to the source code of this file.
| #define SCR_APDC 0xf8 /* b Active pullup down ctrl */ |
| #define SCR_DEV_CTL 0xe0 /* b Device control */ |
| #define SCR_GPI_S 0xf2 /* w GPI status */ |
| #define SCR_GPO_OC 0xf0 /* b GPO output control */ |
| #define SCR_GPO_OS 0xf1 /* b GPO output enable */ |
| #define SCR_IMR 0x42 /* b Interrupt Mask */ |
| #define SCR_ISR 0xe1 /* b Interrupt Status */ |
| #define SCR_REVID 0x08 /* b Revision ID */ |
| #define t7l66xb_resume NULL |
| #define t7l66xb_suspend NULL |
- Enumerator:
| T7L66XB_CELL_NAND |
|
| T7L66XB_CELL_MMC |
|
Definition at line 37 of file t7l66xb.c.
| MODULE_ALIAS |
( |
"platform:t7l66xb" |
| ) |
|
| MODULE_AUTHOR |
( |
"Ian Molton" |
| ) |
|
| MODULE_DESCRIPTION |
( |
"Toshiba T7L66XB core driver" |
| ) |
|
| MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
| module_platform_driver |
( |
t7l66xb_platform_driver |
| ) |
|