⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icd2061a.h

📁 基于组件方式开发操作系统的OSKIT源代码
💻 H
字号:
/* $XFree86: xc/programs/Xserver/hw/xfree86/common_hw/ICD2061A.h,v 3.1 1996/12/23 06:44:11 dawes Exp $ *//* Based on the number 9 Inc code *//* Copyright (c) 1992, Number Nine Computer Corp.  All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of Number Nine Computer Corp not be used  * in advertising or publicity pertaining to distribution of the software  * without specific, written prior permission.  Number Nine Computer Corp  * makes no representations about the suitability of this software for any  * purpose.  It is provided "as is" without express or implied warranty. * * NUMBER NINE COMPUTER CORP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS  * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,  * IN NO EVENT SHALL NUMBER NINE COMPUTER CORP BE LIABLE FOR ANY SPECIAL,  * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING  * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,  * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * *//* $XConsortium: ICD2061A.h /main/4 1996/05/07 17:13:31 kaleb $ */extern long ICD2061ACalcClock(#if NeedFunctionPrototypes	long /* frequency */,	int /* select */#endif	);extern long ICD2061AGCD(#if NeedFunctionPrototypes	long /* a */,	long /* b */#endif	);extern void ICD2061ASetClock(#if NeedFunctionPrototypes	long /* clock_value */#endif	);extern long ICD2061AGetClock(#if NeedFunctionPrototypes	long /* clock_value */#endif	);#define CRT_INDEX               0x03D4#define CRT_DATA                0x03D5#define MODE_CTRL_INDEX         0x42#define SSW_WRITE_INDEX         0x5C#define SSW_READ_ENBL_INDEX     0x55#define LOCK_INDEX              0x39#define UNLOCK_PATTERN          0xA0#define CRYSTAL_FREQUENCY       (14318180L * 2)#define MIN_VCO_FREQUENCY       50000000L#define MAX_POST_SCALE          285000000L

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -