K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / include / linux / mfd /
server ip : 172.67.156.115

your ip : 108.162.241.198

H O M E


Filename/usr/src/linux-headers-3.13.0-24/include/linux/mfd/t7l66xb.h
Size817
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed04-Jul-2025 20:39
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
/*
* This file contains the definitions for the T7L66XB
*
* (C) Copyright 2005 Ian Molton <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#ifndef MFD_T7L66XB_H
#define MFD_T7L66XB_H

#include <linux/mfd/core.h>
#include <linux/mfd/tmio.h>

struct t7l66xb_platform_data {
int (*enable)(struct platform_device *dev);
int (*disable)(struct platform_device *dev);
int (*suspend)(struct platform_device *dev);
int (*resume)(struct platform_device *dev);

int irq_base; /* The base for subdevice irqs */

struct tmio_nand_data *nand_data;
};


#define IRQ_T7L66XB_MMC (1)
#define IRQ_T7L66XB_NAND (3)

#define T7L66XB_NR_IRQS 8

#endif