📄 s3c2510pci.h
字号:
/*************************************************************************
*
* FILE NAME:
* s3c2510Pci.h
*
* DESCRIPTION:
* SAMSUNG S3C2510 PCI Host Driver header.
* The file defines the base address values for 32-bit prefetchable memory pool,
* 16-bit I/O pool, 32-bit I/O pool and their size. It also defines pciConfigLib related
* definations.
*
*
*
*-----------------------------------------------------------------------
* Copyright (C) 2003 Samsung Electronics. Inc., SISO, Bangalore
*-----------------------------------------------------------------------
*
* History
* -------
* NAME DATE Modification Note
*
* Sachin Prasad 03 Sep 2003 Modifed IO base address
* Sachin Prasad 08 Jul 2003 Modified to make Ansi C compliant
* Woongi Kim Jan 2003 Created
*
*************************************************************************/
#ifndef _s3c2510Pci_h_ /* Include file once */
#define _s3c2510Pci_h_
#ifdef __cplusplus
extern "C" {
#endif
/* 32-bit prefetchable memory pool base address and size*/
#define PCI_MEM_ADRS 0x0
#define PCI_MEM_SIZE 0xFFFFFFFF
/* 16-bit I/O pool base address and size */
#define PCI_ISA_IO_ADRS 0x0
#define PCI_ISA_IO_SIZE 0xFFFFFFFF
/* 32-bit I/O pool base address and size */
#define PCI_IO_ADRS 0x0
#define PCI_IO_SIZE 0xFFFFFFFF
#define PCI_LAT_TIMER 0
/* pciConfigLib related definitions */
#define PCI_PRIMARY_CAR 0
#define PCI_PRIMARY_CDR 0
#define PCI_ID_LN_DEC21040 0
#define PCI_IO_LN2_ADRS 0
#define PCI_ID_LN_DEC21140 0x00091011
#define INT_IRQ_PCI_PCCARD 15
#ifdef __cplusplus
}
#endif
#endif /* _s3c2510Pci_h_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -