2 * Copyright (c) 1997, Stefan Esser <se@freebsd.org>
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice unmodified, this list of conditions, and the following
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 * $FreeBSD: src/sys/dev/pci/pcivar.h,v 1.80.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
33 #include <sys/queue.h>
34 #include <bus/pci/pcireg.h>
35 extern const char *pcib_owner; /* arbitrate who owns the pci device arch */
37 /* some PCI bus constants */
39 #define PCI_DOMAINMAX 65535 /* highest supported domain number */
40 #define PCI_BUSMAX 255 /* highest supported bus number */
41 #define PCI_SLOTMAX 31 /* highest supported slot number */
42 #define PCI_FUNCMAX 7 /* highest supported function number */
43 #define PCI_REGMAX 255 /* highest supported config register addr. */
45 #define PCI_MAXMAPS_0 6 /* max. no. of memory/port maps */
46 #define PCI_MAXMAPS_1 2 /* max. no. of maps for PCI to PCI bridge */
47 #define PCI_MAXMAPS_2 1 /* max. no. of maps for CardBus bridge */
49 typedef uint64_t pci_addr_t;
51 /* Interesting values for PCI power management */
53 uint16_t pp_cap; /* PCI power management capabilities */
54 uint8_t pp_status; /* config space address of PCI power status reg */
55 uint8_t pp_pmcsr; /* config space address of PMCSR reg */
56 uint8_t pp_data; /* config space address of PCI power data reg */
72 uint8_t vpd_reg; /* base register, + 2 for addr, + 4 data */
74 char *vpd_ident; /* string identifier */
76 struct vpd_readonly *vpd_ros;
78 struct vpd_write *vpd_w;
81 /* Interesting values for PCI MSI */
83 uint16_t msi_ctrl; /* Message Control */
84 uint8_t msi_location; /* Offset of MSI capability registers. */
85 uint8_t msi_msgnum; /* Number of messages */
86 int msi_alloc; /* Number of allocated messages. */
87 uint64_t msi_addr; /* Contents of address register. */
88 uint16_t msi_data; /* Contents of data register. */
92 /* Interesting values for PCI MSI-X */
94 uint64_t mv_address; /* Contents of address register. */
95 uint32_t mv_data; /* Contents of data register. */
99 struct msix_table_entry {
100 u_int mte_vector; /* 1-based index into msix_vectors array. */
105 uint16_t msix_ctrl; /* Message Control */
106 uint16_t msix_msgnum; /* Number of messages */
107 uint8_t msix_location; /* Offset of MSI-X capability registers. */
108 uint8_t msix_table_bar; /* BAR containing vector table. */
109 uint8_t msix_pba_bar; /* BAR containing PBA. */
110 uint32_t msix_table_offset;
111 uint32_t msix_pba_offset;
112 int msix_alloc; /* Number of allocated vectors. */
113 int msix_table_len; /* Length of virtual table. */
114 struct msix_table_entry *msix_table; /* Virtual table. */
115 struct msix_vector *msix_vectors; /* Array of allocated vectors. */
116 struct resource *msix_table_res; /* Resource containing vector table. */
117 struct resource *msix_pba_res; /* Resource containing PBA. */
120 /* Interesting values for HyperTransport */
122 uint8_t ht_msimap; /* Offset of MSI mapping cap registers. */
123 uint16_t ht_msictrl; /* MSI mapping control */
124 uint64_t ht_msiaddr; /* MSI mapping base address */
127 /* config header information common to all header types */
128 typedef struct pcicfg {
129 struct device *dev; /* device which owns this */
131 uint32_t bar[PCI_MAXMAPS_0]; /* BARs */
132 uint32_t bios; /* BIOS mapping */
134 uint16_t subvendor; /* card vendor ID */
135 uint16_t subdevice; /* card device ID, assigned by card vendor */
136 uint16_t vendor; /* chip vendor ID */
137 uint16_t device; /* chip device ID, assigned by chip vendor */
139 uint16_t cmdreg; /* disable/enable chip and PCI options */
140 uint16_t statreg; /* supported PCI features and error state */
142 uint8_t baseclass; /* chip PCI class */
143 uint8_t subclass; /* chip PCI subclass */
144 uint8_t progif; /* chip PCI programming interface */
145 uint8_t revid; /* chip revision ID */
147 uint8_t hdrtype; /* chip config header type */
148 uint8_t cachelnsz; /* cache line size in 4byte units */
149 uint8_t intpin; /* PCI interrupt pin */
150 uint8_t intline; /* interrupt line (IRQ for PC arch) */
152 uint8_t mingnt; /* min. useful bus grant time in 250ns units */
153 uint8_t maxlat; /* max. tolerated bus grant latency in 250ns */
154 uint8_t lattimer; /* latency timer in units of 30ns bus cycles */
156 uint8_t mfdev; /* multi-function device (from hdrtype reg) */
157 uint8_t nummaps; /* actual number of PCI maps used */
159 uint32_t domain; /* PCI domain */
160 uint8_t bus; /* config space bus address */
161 uint8_t slot; /* config space slot address */
162 uint8_t func; /* config space function number */
164 struct pcicfg_pp pp; /* pci power management */
165 struct pcicfg_vpd vpd; /* pci vital product data */
166 struct pcicfg_msi msi; /* pci msi */
167 struct pcicfg_msix msix; /* pci msi-x */
168 struct pcicfg_ht ht; /* HyperTransport */
171 /* additional type 1 device config header information (PCI to PCI bridge) */
173 #define PCI_PPBMEMBASE(h,l) ((((pci_addr_t)(h) << 32) + ((l)<<16)) & ~0xfffff)
174 #define PCI_PPBMEMLIMIT(h,l) ((((pci_addr_t)(h) << 32) + ((l)<<16)) | 0xfffff)
175 #define PCI_PPBIOBASE(h,l) ((((h)<<16) + ((l)<<8)) & ~0xfff)
176 #define PCI_PPBIOLIMIT(h,l) ((((h)<<16) + ((l)<<8)) | 0xfff)
179 pci_addr_t pmembase; /* base address of prefetchable memory */
180 pci_addr_t pmemlimit; /* topmost address of prefetchable memory */
181 uint32_t membase; /* base address of memory window */
182 uint32_t memlimit; /* topmost address of memory window */
183 uint32_t iobase; /* base address of port window */
184 uint32_t iolimit; /* topmost address of port window */
185 uint16_t secstat; /* secondary bus status register */
186 uint16_t bridgectl; /* bridge control register */
187 uint8_t seclat; /* CardBus latency timer */
190 /* additional type 2 device config header information (CardBus bridge) */
193 uint32_t membase0; /* base address of memory window */
194 uint32_t memlimit0; /* topmost address of memory window */
195 uint32_t membase1; /* base address of memory window */
196 uint32_t memlimit1; /* topmost address of memory window */
197 uint32_t iobase0; /* base address of port window */
198 uint32_t iolimit0; /* topmost address of port window */
199 uint32_t iobase1; /* base address of port window */
200 uint32_t iolimit1; /* topmost address of port window */
201 uint32_t pccardif; /* PC Card 16bit IF legacy more base addr. */
202 uint16_t secstat; /* secondary bus status register */
203 uint16_t bridgectl; /* bridge control register */
204 uint8_t seclat; /* CardBus latency timer */
207 extern uint32_t pci_numdevs;
209 /* Only if the prerequisites are present */
210 #if defined(_SYS_BUS_H_) && defined(_SYS_PCIIO_H_)
212 STAILQ_ENTRY(pci_devinfo) pci_links;
213 struct resource_list resources;
215 struct pci_conf conf;
224 * Define pci-specific resource flags for accessing memory via dense
225 * or bwx memory spaces. These flags are ignored on i386.
227 #define PCI_RF_DENSE 0x10000
228 #define PCI_RF_BWX 0x20000
230 enum pci_device_ivars {
255 * Simplified accessors for pci devices
257 #define PCI_ACCESSOR(var, ivar, type) \
258 __BUS_ACCESSOR(pci, var, PCI, ivar, type)
260 PCI_ACCESSOR(subvendor, SUBVENDOR, uint16_t)
261 PCI_ACCESSOR(subdevice, SUBDEVICE, uint16_t)
262 PCI_ACCESSOR(vendor, VENDOR, uint16_t)
263 PCI_ACCESSOR(device, DEVICE, uint16_t)
264 PCI_ACCESSOR(devid, DEVID, uint32_t)
265 PCI_ACCESSOR(class, CLASS, uint8_t)
266 PCI_ACCESSOR(subclass, SUBCLASS, uint8_t)
267 PCI_ACCESSOR(progif, PROGIF, uint8_t)
268 PCI_ACCESSOR(revid, REVID, uint8_t)
269 PCI_ACCESSOR(intpin, INTPIN, uint8_t)
270 PCI_ACCESSOR(irq, IRQ, uint8_t)
271 PCI_ACCESSOR(domain, DOMAIN, uint32_t)
272 PCI_ACCESSOR(bus, BUS, uint8_t)
273 PCI_ACCESSOR(slot, SLOT, uint8_t)
274 PCI_ACCESSOR(function, FUNCTION, uint8_t)
275 PCI_ACCESSOR(ether, ETHADDR, uint8_t *)
276 PCI_ACCESSOR(cmdreg, CMDREG, uint8_t)
277 PCI_ACCESSOR(cachelnsz, CACHELNSZ, uint8_t)
278 PCI_ACCESSOR(mingnt, MINGNT, uint8_t)
279 PCI_ACCESSOR(maxlat, MAXLAT, uint8_t)
280 PCI_ACCESSOR(lattimer, LATTIMER, uint8_t)
285 * Operations on configuration space.
287 static __inline uint32_t
288 pci_read_config(device_t dev, int reg, int width)
290 return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
294 pci_write_config(device_t dev, int reg, uint32_t val, int width)
296 PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
300 * Ivars for pci bridges.
303 /*typedef enum pci_device_ivars pcib_device_ivars;*/
304 enum pcib_device_ivars {
309 #define PCIB_ACCESSOR(var, ivar, type) \
310 __BUS_ACCESSOR(pcib, var, PCIB, ivar, type)
312 PCIB_ACCESSOR(domain, DOMAIN, uint32_t)
313 PCIB_ACCESSOR(bus, BUS, uint32_t)
318 * PCI interrupt validation. Invalid interrupt values such as 0 or 128
319 * on i386 or other platforms should be mapped out in the MD pcireadconf
320 * code and not here, since the only MI invalid IRQ is 255.
322 #define PCI_INVALID_IRQ 255
323 #define PCI_INTERRUPT_VALID(x) ((x) != PCI_INVALID_IRQ)
326 * Convenience functions.
328 * These should be used in preference to manually manipulating
329 * configuration space.
332 pci_enable_busmaster(device_t dev)
334 return(PCI_ENABLE_BUSMASTER(device_get_parent(dev), dev));
338 pci_disable_busmaster(device_t dev)
340 return(PCI_DISABLE_BUSMASTER(device_get_parent(dev), dev));
344 pci_enable_io(device_t dev, int space)
346 return(PCI_ENABLE_IO(device_get_parent(dev), dev, space));
350 pci_disable_io(device_t dev, int space)
352 return(PCI_DISABLE_IO(device_get_parent(dev), dev, space));
356 pci_get_vpd_ident(device_t dev, const char **identptr)
358 return(PCI_GET_VPD_IDENT(device_get_parent(dev), dev, identptr));
362 pci_get_vpd_readonly(device_t dev, const char *kw, const char **identptr)
364 return(PCI_GET_VPD_READONLY(device_get_parent(dev), dev, kw, identptr));
368 * Check if the address range falls within the VGA defined address range(s)
371 pci_is_vga_ioport_range(u_long start, u_long end)
374 return (((start >= 0x3b0 && end <= 0x3bb) ||
375 (start >= 0x3c0 && end <= 0x3df)) ? 1 : 0);
379 pci_is_vga_memory_range(u_long start, u_long end)
382 return ((start >= 0xa0000 && end <= 0xbffff) ? 1 : 0);
385 void pcie_set_max_readrq(device_t, uint16_t);
387 * PCI power states are as defined by ACPI:
389 * D0 State in which device is on and running. It is receiving full
390 * power from the system and delivering full functionality to the user.
391 * D1 Class-specific low-power state in which device context may or may not
392 * be lost. Buses in D1 cannot do anything to the bus that would force
393 * devices on that bus to lose context.
394 * D2 Class-specific low-power state in which device context may or may
395 * not be lost. Attains greater power savings than D1. Buses in D2
396 * can cause devices on that bus to lose some context. Devices in D2
397 * must be prepared for the bus to be in D2 or higher.
398 * D3 State in which the device is off and not running. Device context is
399 * lost. Power can be removed from the device.
401 #define PCI_POWERSTATE_D0 0
402 #define PCI_POWERSTATE_D1 1
403 #define PCI_POWERSTATE_D2 2
404 #define PCI_POWERSTATE_D3 3
405 #define PCI_POWERSTATE_UNKNOWN -1
408 pci_set_powerstate(device_t dev, int state)
410 return PCI_SET_POWERSTATE(device_get_parent(dev), dev, state);
414 pci_get_powerstate(device_t dev)
416 return PCI_GET_POWERSTATE(device_get_parent(dev), dev);
420 pci_find_extcap(device_t dev, int capability, int *capreg)
422 return PCI_FIND_EXTCAP(device_get_parent(dev), dev, capability, capreg);
426 pci_is_pcie(device_t dev)
429 return (pci_find_extcap(dev, PCIY_EXPRESS, ®) == 0);
433 pci_is_pcix(device_t dev)
436 return (pci_find_extcap(dev, PCIY_PCIX, ®) == 0);
439 #warning "this code is probably incorrect"
441 pci_get_vpdcap_ptr(device_t dev)
444 pci_find_extcap(dev, PCIY_VPD, reg);
449 pci_get_pciecap_ptr(device_t dev)
452 pci_find_extcap(dev, PCIY_EXPRESS, reg);
458 pci_get_pcixcap_ptr(device_t dev)
461 pci_find_extcap(dev, PCIY_PCIX, reg);
467 pci_alloc_msi(device_t dev, int *count)
469 return (PCI_ALLOC_MSI(device_get_parent(dev), dev, count));
473 pci_alloc_msix(device_t dev, int *count)
475 return (PCI_ALLOC_MSIX(device_get_parent(dev), dev, count));
479 pci_remap_msix(device_t dev, int count, const u_int *vectors)
481 return (PCI_REMAP_MSIX(device_get_parent(dev), dev, count, vectors));
485 pci_release_msi(device_t dev)
487 return (PCI_RELEASE_MSI(device_get_parent(dev), dev));
491 pci_msi_count(device_t dev)
493 return (PCI_MSI_COUNT(device_get_parent(dev), dev));
497 pci_msix_count(device_t dev)
499 return (PCI_MSIX_COUNT(device_get_parent(dev), dev));
502 device_t pci_find_bsf(uint8_t, uint8_t, uint8_t);
503 device_t pci_find_dbsf(uint32_t, uint8_t, uint8_t, uint8_t);
504 device_t pci_find_device(uint16_t, uint16_t);
507 * Can be used by MD code to request the PCI bus to re-map an MSI or
510 int pci_remap_msi_irq(device_t dev, u_int irq);
512 /* Can be used by drivers to manage the MSI-X table. */
513 int pci_pending_msix(device_t dev, u_int index);
515 int pci_msi_device_blacklisted(device_t dev);
517 void pci_ht_map_msi(device_t dev, uint64_t addr);
519 #endif /* _SYS_BUS_H_ */
522 * cdev switch for control device, initialised in generic PCI code
524 extern struct cdevsw pcicdev;
527 * List of all PCI devices, generation count for the list.
529 STAILQ_HEAD(devlist, pci_devinfo);
531 extern struct devlist pci_devq;
532 extern uint32_t pci_generation;
534 #endif /* _PCIVAR_H_ */