regs-nand.h
来自「优龙2410linux2.6.8内核源代码」· C头文件 代码 · 共 30 行
H
30 行
/* linux/include/asm/arch-s3c2410/regs-rtc.h * * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk> * http://www.simtec.co.uk/products/SWLINUX/ * * 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. * * S3C2410 Internal RTC register definition * * Changelog: * 19-06-2003 BJD Created file * 12-03-2004 BJD Updated include protection*/#ifndef __ASM_ARCH_REGS_NAND_H#define __ASM_ARCH_REGS_NAND_H __FILE__#define S3C2410_NANDREG(x) ((x) + S3C2410_VA_NAND)#define S3C2410_NFCONF S3C2410_NANDREG(0x00)#define S3C2410_NFCMD S3C2410_NANDREG(0x04)#define S3C2410_NFADDR S3C2410_NANDREG(0x08)#define S3C2410_NFDATA S3C2410_NANDREG(0x0c)#define S3C2410_NFSTAT S3C2410_NANDREG(0x10)#define S3C2410_NFECC S3C2410_NANDREG(0x14)#endif /* __ASM_ARCH_REGS_NAND_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?