Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
i810-tco.h
Package: linux-2.4.20.tar.gz [view]
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 2k
Category:
Linux-Unix program
Development Platform:
Unix_Linux
- /*
- * i810-tco 0.05: TCO timer driver for i8xx chipsets
- *
- * (c) Copyright 2000 kernel concepts <nils@kernelconcepts.de>, All Rights Reserved.
- * http://www.kernelconcepts.de
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- *
- * Neither kernel concepts nor Nils Faerber admit liability nor provide
- * warranty for any of this software. This material is provided
- * "AS-IS" and at no charge.
- *
- * (c) Copyright 2000 kernel concepts <nils@kernelconcepts.de>
- * developed for
- * Jentro AG, Haar/Munich (Germany)
- *
- * TCO timer driver for i8xx chipsets
- * based on softdog.c by Alan Cox <alan@redhat.com>
- *
- * For history and the complete list of supported I/O Controller Hub's
- * see i810-tco.c
- */
- /*
- * Some address definitions for the i810 TCO
- */
- #define TCOBASE ACPIBASE + 0x60 /* TCO base address */
- #define TCO1_RLD TCOBASE + 0x00 /* TCO Timer Reload and Current Value */
- #define TCO1_TMR TCOBASE + 0x01 /* TCO Timer Initial Value */
- #define TCO1_DAT_IN TCOBASE + 0x02 /* TCO Data In Register */
- #define TCO1_DAT_OUT TCOBASE + 0x03 /* TCO Data Out Register */
- #define TCO1_STS TCOBASE + 0x04 /* TCO1 Status Register */
- #define TCO2_STS TCOBASE + 0x06 /* TCO2 Status Register */
- #define TCO1_CNT TCOBASE + 0x08 /* TCO1 Control Register */
- #define TCO2_CNT TCOBASE + 0x0a /* TCO2 Control Register */
- #define SMI_EN ACPIBASE + 0x30 /* SMI Control and Enable Register */