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 / arch / mips / include / asm /
server ip : 172.67.156.115

your ip : 108.162.216.95

H O M E


Filename/usr/src/linux-headers-3.13.0-24/arch/mips/include/asm/txx9pio.h
Size592
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed27-Apr-2025 09:50
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
/*
* include/asm-mips/txx9pio.h
* TX39/TX49 PIO controller definitions.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#ifndef __ASM_TXX9PIO_H
#define __ASM_TXX9PIO_H

#include <linux/types.h>

struct txx9_pio_reg {
__u32 dout;
__u32 din;
__u32 dir;
__u32 od;
__u32 flag[2];
__u32 pol;
__u32 intc;
__u32 maskcpu;
__u32 maskext;
};

int txx9_gpio_init(unsigned long baseaddr,
unsigned int base, unsigned int num);

#endif /* __ASM_TXX9PIO_H */