OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-arm/] [arch-l7200/] [system.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
/*
2
 * linux/include/asm-arm/arch-l7200/system.h
3
 *
4
 * Copyright (c) 2000 Steve Hill (sjhill@cotw.com)
5
 *
6
 * Changelog
7
 *  03-21-2000  SJH     Created
8
 *  04-26-2000  SJH     Fixed functions
9
 *  05-03-2000  SJH     Removed usage of obsolete 'iomd.h'
10
 *  05-31-2000  SJH     Properly implemented 'arch_idle'
11
 */
12
#ifndef __ASM_ARCH_SYSTEM_H
13
#define __ASM_ARCH_SYSTEM_H
14
 
15
static inline void arch_idle(void)
16
{
17
        *(unsigned long *)(IO_BASE + 0x50004) = 1;      /* idle mode */
18
}
19
 
20
static inline void arch_reset(char mode)
21
{
22
        if (mode == 's') {
23
                cpu_reset(0);
24
        }
25
}
26
 
27
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.