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

📄 sil164_reg.h

📁 显驱动 Intel英特尔G45G43G41G35G33G31G965Q963Q965GM965系列显卡最新X.Org驱动2.4.0版For Linux
💻 H
字号:
/* -*- c-basic-offset: 4 -*- *//************************************************************************** Copyright 2006 Dave Airlie <airlied@linux.ie> Permission is hereby granted, free of charge, to any person obtaining acopy of this software and associated documentation files (the "Software"),to deal in the Software without restriction, including without limitationon the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whomthe Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice (including the nextparagraph) shall be included in all copies or substantial portions of theSoftware.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALLTHE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OROTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THEUSE OR OTHER DEALINGS IN THE SOFTWARE.**************************************************************************/#ifndef SIL164_REG_H#define SIL164_REG_H#define SIL164_VID 0x0001#define SIL164_DID 0x0006#define SIL164_VID_LO 0x00#define SIL164_VID_HI 0x01#define SIL164_DID_LO 0x02#define SIL164_DID_HI 0x03#define SIL164_REV    0x04#define SIL164_RSVD   0x05#define SIL164_FREQ_LO 0x06#define SIL164_FREQ_HI 0x07#define SIL164_REG8 0x08#define SIL164_8_VEN (1<<5)#define SIL164_8_HEN (1<<4)#define SIL164_8_DSEL (1<<3)#define SIL164_8_BSEL (1<<2)#define SIL164_8_EDGE (1<<1)#define SIL164_8_PD   (1<<0)#define SIL164_REG9 0x09#define SIL164_9_VLOW (1<<7)#define SIL164_9_MSEL_MASK (0x7<<4)#define SIL164_9_TSEL (1<<3)#define SIL164_9_RSEN (1<<2)#define SIL164_9_HTPLG (1<<1)#define SIL164_9_MDI (1<<0)#define SIL164_REGC 0x0c#endif

⌨️ 快捷键说明

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