OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
mips
/
include
/
asm
/
txx9
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:20 AM
rwxr-xr-x
📄
boards.h
309 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
dmac.h
1.29 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
generic.h
2.76 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
jmr3927.h
6.84 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ndfmc.h
961 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
pci.h
1.12 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
rbtx4927.h
3.82 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
rbtx4938.h
6.78 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
rbtx4939.h
6.22 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
smsc_fdc37m81x.h
2.09 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
spi.h
907 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
tx3927.h
10.8 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
tx4927.h
9.04 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
tx4927pcic.h
6.38 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
tx4938.h
10.73 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
tx4939.h
18.5 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: ndfmc.h
Close
/* * 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. * * (C) Copyright TOSHIBA CORPORATION 2007 */ #ifndef __ASM_TXX9_NDFMC_H #define __ASM_TXX9_NDFMC_H #define NDFMC_PLAT_FLAG_USE_BSPRT 0x01 #define NDFMC_PLAT_FLAG_NO_RSTR 0x02 #define NDFMC_PLAT_FLAG_HOLDADD 0x04 #define NDFMC_PLAT_FLAG_DUMMYWRITE 0x08 struct txx9ndfmc_platform_data { unsigned int shift; unsigned int gbus_clock; unsigned int hold; /* hold time in nanosecond */ unsigned int spw; /* strobe pulse width in nanosecond */ unsigned int flags; unsigned char ch_mask; /* available channel bitmask */ unsigned char wp_mask; /* write-protect bitmask */ unsigned char wide_mask; /* 16bit-nand bitmask */ }; void txx9_ndfmc_init(unsigned long baseaddr, const struct txx9ndfmc_platform_data *plat_data); #endif /* __ASM_TXX9_NDFMC_H */