Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ts72xx.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/m48t86.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <mach/hardware.h>
#include <asm/hardware/vic.h>
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include <asm/mach/arch.h>
#include "soc.h"
#include "ts72xx.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define TS72XX_NAND_CONTROL_ADDR_LINE   22 /* 0xN0400000 */
 
#define TS72XX_NAND_BUSY_ADDR_LINE   23 /* 0xN0800000 */
 
#define TS72XX_BOOTROM_PART_SIZE   (SZ_16K)
 
#define TS72XX_REDBOOT_PART_SIZE   (SZ_2M + SZ_1M)
 

Variables

 atag_offset = 0x100
 
 map_io = ts72xx_map_io
 
 init_irq = ep93xx_init_irq
 
 handle_irq = vic_handle_irq
 
 timer = &ep93xx_timer
 
 init_machine = ts72xx_init_machine
 
 init_late = ep93xx_init_late
 
 restart = ep93xx_restart
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 13 of file ts72xx.c.

#define TS72XX_BOOTROM_PART_SIZE   (SZ_16K)

Definition at line 108 of file ts72xx.c.

#define TS72XX_NAND_BUSY_ADDR_LINE   23 /* 0xN0800000 */

Definition at line 73 of file ts72xx.c.

#define TS72XX_NAND_CONTROL_ADDR_LINE   22 /* 0xN0400000 */

Definition at line 72 of file ts72xx.c.

#define TS72XX_REDBOOT_PART_SIZE   (SZ_2M + SZ_1M)

Definition at line 109 of file ts72xx.c.

Variable Documentation

atag_offset = 0x100

Definition at line 246 of file ts72xx.c.

handle_irq = vic_handle_irq

Definition at line 249 of file ts72xx.c.

init_irq = ep93xx_init_irq

Definition at line 248 of file ts72xx.c.

init_late = ep93xx_init_late

Definition at line 252 of file ts72xx.c.

init_machine = ts72xx_init_machine

Definition at line 251 of file ts72xx.c.

map_io = ts72xx_map_io

Definition at line 247 of file ts72xx.c.

restart = ep93xx_restart

Definition at line 253 of file ts72xx.c.

Definition at line 250 of file ts72xx.c.