VirtualBox

source: vbox/trunk/include/VBox/pci.h@ 3632

Last change on this file since 3632 was 3632, checked in by vboxsync, 17 years ago

VBox_hdr_h -> _VBox_hdr_h

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.9 KB
Line 
1/** @file
2 * PCI - The PCI Controller And Devices.
3 */
4
5/*
6 * Copyright (C) 2006-2007 innotek GmbH
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License as published by the Free Software Foundation,
12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13 * distribution. VirtualBox OSE is distributed in the hope that it will
14 * be useful, but WITHOUT ANY WARRANTY of any kind.
15 *
16 * If you received this file as part of a commercial VirtualBox
17 * distribution, then only the terms of your commercial VirtualBox
18 * license agreement apply instead of the previous paragraph.
19 */
20
21#ifndef ___VBox_pci_h
22#define ___VBox_pci_h
23
24#include <VBox/cdefs.h>
25#include <VBox/types.h>
26
27/** @defgroup grp_pci PCI - The PCI Controller.
28 * @{
29 */
30
31/** Pointer to a PCI device. */
32typedef struct PCIDevice *PPCIDEVICE;
33
34
35/**
36 * PCI configuration word 4 (command) and word 6 (status).
37 */
38typedef enum PCICONFIGCOMMAND
39{
40 /** Supports/uses memory accesses. */
41 PCI_COMMAND_IOACCESS = 0x0001,
42 PCI_COMMAND_MEMACCESS = 0x0002,
43 PCI_COMMAND_BUSMASTER = 0x0004
44} PCICONFIGCOMMAND;
45
46
47/**
48 * PCI Address space specification.
49 * This is used when registering a I/O region.
50 */
51typedef enum PCIADDRESSSPACE
52{
53 /** Memory. */
54 PCI_ADDRESS_SPACE_MEM = 0x00,
55 /** I/O space. */
56 PCI_ADDRESS_SPACE_IO = 0x01,
57 /** Prefetch memory. */
58 PCI_ADDRESS_SPACE_MEM_PREFETCH = 0x08
59} PCIADDRESSSPACE;
60
61
62/**
63 * Callback function for mapping an PCI I/O region.
64 *
65 * @return VBox status code.
66 * @param pPciDev Pointer to PCI device. Use pPciDev->pDevIns to get the device instance.
67 * @param iRegion The region number.
68 * @param GCPhysAddress Physical address of the region. If iType is PCI_ADDRESS_SPACE_IO, this is an
69 * I/O port, else it's a physical address.
70 * This address is *NOT* relative to pci_mem_base like earlier!
71 * @param enmType One of the PCI_ADDRESS_SPACE_* values.
72 */
73typedef DECLCALLBACK(int) FNPCIIOREGIONMAP(PPCIDEVICE pPciDev, /*unsigned*/ int iRegion, RTGCPHYS GCPhysAddress, uint32_t cb, PCIADDRESSSPACE enmType);
74/** Pointer to a FNPCIIOREGIONMAP() function. */
75typedef FNPCIIOREGIONMAP *PFNPCIIOREGIONMAP;
76
77
78/** @name PCI Configuration Space Registers
79 * @{ */
80#define VBOX_PCI_VENDOR_ID 0x00 /**< 16-bit RO */
81#define VBOX_PCI_DEVICE_ID 0x02 /**< 16-bit RO */
82#define VBOX_PCI_COMMAND 0x04 /**< 16-bit RW */
83#define VBOX_PCI_STATUS 0x06 /**< 16-bit RW */
84#define VBOX_PCI_REVISION_ID 0x08 /**< 8-bit RO */
85#define VBOX_PCI_CLASS_PROG 0x09 /**< 8-bit RO */
86#define VBOX_PCI_CLASS_DEVICE 0x0a /**< 8-bit ?? */
87#define VBOX_PCI_CACHE_LINE_SIZE 0x0c /**< 8-bit ?? */
88#define VBOX_PCI_LATENCY_TIMER 0x0d /**< 8-bit ?? */
89#define VBOX_PCI_HEADER_TYPE 0x0e /**< 8-bit ?? */
90#define VBOX_PCI_BIST 0x0f /**< 8-bit ?? */
91#define VBOX_PCI_BASE_ADDRESS_0 0x10 /**< 32-bit RW */
92#define VBOX_PCI_BASE_ADDRESS_1 0x14 /**< 32-bit RW */
93#define VBOX_PCI_BASE_ADDRESS_2 0x18 /**< 32-bit RW */
94#define VBOX_PCI_PRIMARY_BUS 0x18 /**< 8-bit ?? - bridge - primary bus number. */
95#define VBOX_PCI_SECONDARY_BUS 0x19 /**< 8-bit ?? - bridge - secondary bus number. */
96#define VBOX_PCI_SUBORDINATE_BUS 0x1a /**< 8-bit ?? - bridge - highest subordinate bus number. (behind the bridge) */
97#define VBOX_PCI_SEC_LATENCY_TIMER 0x1b /**< 8-bit ?? - bridge - secondary latency timer. */
98#define VBOX_PCI_BASE_ADDRESS_3 0x1c /**< 32-bit RW */
99#define VBOX_PCI_IO_BASE 0x1c /**< 8-bit ?? - bridge - I/O range base. */
100#define VBOX_PCI_IO_LIMIT 0x1d /**< 8-bit ?? - bridge - I/O range limit. */
101#define VBOX_PCI_SEC_STATUS 0x1e /**< 16-bit ?? - bridge - secondary status register. */
102#define VBOX_PCI_BASE_ADDRESS_4 0x20 /**< 32-bit RW */
103#define VBOX_PCI_MEMORY_BASE 0x20 /**< 16-bit ?? - bridge - memory range base. */
104#define VBOX_PCI_MEMORY_LIMIT 0x22 /**< 16-bit ?? - bridge - memory range limit. */
105#define VBOX_PCI_BASE_ADDRESS_5 0x24 /**< 32-bit RW */
106#define VBOX_PCI_PREF_MEMORY_BASE 0x24 /**< 16-bit ?? - bridge - Prefetchable memory range base. */
107#define VBOX_PCI_PREF_MEMORY_LIMIT 0x26 /**< 16-bit ?? - bridge - Prefetchable memory range limit. */
108#define VBOX_PCI_CARDBUS_CIS 0x28 /**< 32-bit ?? */
109#define VBOX_PCI_PREF_BASE_UPPER32 0x28 /**< 32-bit ?? - bridge - Prefetchable memory range high base.*/
110#define VBOX_PCI_PREF_LIMIT_UPPER32 0x2c /**< 32-bit ?? - bridge - Prefetchable memory range high limit. */
111#define VBOX_PCI_SUBSYSTEM_VENDOR_ID 0x2c /**< 16-bit ?? */
112#define VBOX_PCI_SUBSYSTEM_ID 0x2e /**< 16-bit ?? */
113#define VBOX_PCI_ROM_ADDRESS 0x30 /**< 32-bit ?? */
114#define VBOX_PCI_IO_BASE_UPPER16 0x30 /**< 16-bit ?? - bridge - memory range high base. */
115#define VBOX_PCI_IO_LIMIT_UPPER16 0x32 /**< 16-bit ?? - bridge - memory range high limit. */
116#define VBOX_PCI_CAPABILITY_LIST 0x34 /**< 8-bit? ?? */
117#define VBOX_PCI_ROM_ADDRESS_BR 0x38 /**< 32-bit ?? - bridge */
118#define VBOX_PCI_INTERRUPT_LINE 0x3c /**< 8-bit RW - Interrupt line. */
119#define VBOX_PCI_INTERRUPT_PIN 0x3d /**< 8-bit RO - Interrupt pin. */
120#define VBOX_PCI_MIN_GNT 0x3e /**< 8-bit ?? */
121#define VBOX_PCI_BRIDGE_CONTROL 0x3e /**< 8-bit? ?? - bridge */
122#define VBOX_PCI_MAX_LAT 0x3f /**< 8-bit ?? */
123/** @} */
124
125
126/**
127 * Callback function for reading from the PCI configuration space.
128 *
129 * @returns The register value.
130 * @param pPciDev Pointer to PCI device. Use pPciDev->pDevIns to get the device instance.
131 * @param Address The configuration space register address. [0..255]
132 * @param cb The register size. [1,2,4]
133 */
134typedef DECLCALLBACK(uint32_t) FNPCICONFIGREAD(PPCIDEVICE pPciDev, uint32_t Address, unsigned cb);
135/** Pointer to a FNPCICONFIGREAD() function. */
136typedef FNPCICONFIGREAD *PFNPCICONFIGREAD;
137/** Pointer to a PFNPCICONFIGREAD. */
138typedef PFNPCICONFIGREAD *PPFNPCICONFIGREAD;
139
140/**
141 * Callback function for writing to the PCI configuration space.
142 *
143 * @param pPciDev Pointer to PCI device. Use pPciDev->pDevIns to get the device instance.
144 * @param Address The configuration space register address. [0..255]
145 * @param u32Value The value that's being written. The number of bits actually used from
146 * this value is determined by the cb parameter.
147 * @param cb The register size. [1,2,4]
148 */
149typedef DECLCALLBACK(void) FNPCICONFIGWRITE(PPCIDEVICE pPciDev, uint32_t Address, uint32_t u32Value, unsigned cb);
150/** Pointer to a FNPCICONFIGWRITE() function. */
151typedef FNPCICONFIGWRITE *PFNPCICONFIGWRITE;
152/** Pointer to a PFNPCICONFIGWRITE. */
153typedef PFNPCICONFIGWRITE *PPFNPCICONFIGWRITE;
154
155/** Fixed I/O region number for ROM. */
156#define PCI_ROM_SLOT 6
157/** Max number of I/O regions. */
158#define PCI_NUM_REGIONS 7
159
160/*
161 * Hack to include the PCIDEVICEINT structure at the right place
162 * to avoid duplications of FNPCIIOREGIONMAP and PCI_NUM_REGIONS.
163 */
164#ifdef PCI_INCLUDE_PRIVATE
165# include "PCIInternal.h"
166#endif
167
168/**
169 * PCI Device structure.
170 */
171typedef struct PCIDevice
172{
173 /** PCI config space. */
174 uint8_t config[256];
175
176 /** Internal data. */
177 union
178 {
179#ifdef __PCIDEVICEINT_DECLARED__
180 PCIDEVICEINT s;
181#endif
182 char padding[224];
183 } Int;
184
185 /** Read only data.
186 * @{
187 */
188 /** PCI device number on the pci bus. */
189 int32_t devfn;
190 uint32_t Alignment0; /**< Alignment. */
191 /** Device name. */
192 R3PTRTYPE(const char *) name;
193 /** Pointer to the device instance which registered the device. */
194 PPDMDEVINSR3 pDevIns;
195 /** @} */
196} PCIDEVICE;
197
198
199/**
200 * Sets the vendor id config register.
201 * @param pPciDev The PCI device.
202 * @param u16VendorId The vendor id.
203 */
204DECLINLINE(void) PCIDevSetVendorId(PPCIDEVICE pPciDev, uint16_t u16VendorId)
205{
206 u16VendorId = RT_H2LE_U16(u16VendorId);
207 pPciDev->config[VBOX_PCI_VENDOR_ID] = u16VendorId & 0xff;
208 pPciDev->config[VBOX_PCI_VENDOR_ID + 1] = u16VendorId >> 8;
209}
210
211/**
212 * Sets the vendor id config register.
213 * @param pPciDev The PCI device.
214 * @param u16VendorId The vendor id.
215 */
216DECLINLINE(void) PCIDevSetDeviceId(PPCIDEVICE pPciDev, uint16_t u16DeviceId)
217{
218 u16DeviceId = RT_H2LE_U16(u16DeviceId);
219 pPciDev->config[VBOX_PCI_DEVICE_ID] = u16DeviceId & 0xff;
220 pPciDev->config[VBOX_PCI_DEVICE_ID + 1] = u16DeviceId >> 8;
221}
222
223
224/** @} */
225
226#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette