Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 29) sorted by relevance

12

/pciutils/tests/
H A Dcap-vendor-virtio8 Region 0: I/O ports at c060 [size=32]
9 Region 1: Memory at febd6000 (32-bit, non-prefetchable) [size=4K]
10 Region 2: Memory at fea00000 (32-bit, non-prefetchable) [size=512K]
11 Expansion ROM at feb80000 [disabled] [size=256K]
46 Region 0: Memory at a0008000 (32-bit, non-prefetchable) [size=16K]
47 Region 2: Memory at 200000000 (64-bit, prefetchable) [size=1G]
H A Dcap-ide5 Region 0: Memory at 20014000000 (64-bit, prefetchable) [disabled]
6 Region 1: Memory at <unassigned> (32-bit, non-prefetchable) [disabled]
7 Region 2: Memory at 20018013000 (64-bit, prefetchable) [disabled]
8 Region 3: Memory at <unassigned> (32-bit, non-prefetchable) [disabled]
9 Expansion ROM at dc2c0000 [disabled]
58 Region 0: Memory at 000001fff8000000 (64-bit, prefetchable)
59 Region 2: Memory at 000002001800c000 (64-bit, prefetchable)
68 Capabilities: [400 v1] Lane Margining at the Receiver
H A Dcap-pcie-27 Region 0: Memory at e0800000 (32-bit, non-prefetchable) [size=128K]
8 Region 1: Memory at e0000000 (32-bit, non-prefetchable) [size=4M]
9 Region 2: I/O ports at 1020 [size=32]
10 Region 3: Memory at e0840000 (32-bit, non-prefetchable) [size=16K]
11 Expansion ROM at c7800000 [disabled] [size=4M]
H A Dcap-vc-and-rcl1484 Region 4: I/O ports at 6080 [size=32]
1510 Region 4: I/O ports at 6060 [size=32]
1536 Region 4: I/O ports at 6040 [size=32]
1562 Region 4: I/O ports at 6020 [size=32]
1667 Region 0: I/O ports at 01f0 [size=8]
1668 Region 1: I/O ports at 03f4 [size=1]
1669 Region 2: I/O ports at 0170 [size=8]
1670 Region 3: I/O ports at 0374 [size=1]
1671 Region 4: I/O ports at 60a0 [size=16]
1698 Region 4: I/O ports at 6000 [size=32]
[all …]
H A Dcap-dvsec-cxl7 Region 0: Memory at a6f00000 (32-bit, non-prefetchable) [disabled] [size=1M]
8 Region 2: I/O ports at a400 [disabled] [size=1K]
9 Region 4: Memory at a0000000 (32-bit, prefetchable) [disabled] [size=16M]
88 Region 0: Memory at a6900000 (32-bit, non-prefetchable)
89 Region 2: Memory at a7028000 (32-bit, non-prefetchable)
90 Region 4: Memory at 94000000 (32-bit, non-prefetchable)
H A Dcap-pasid-pri7 Region 0: Memory at a0000000 (64-bit, non-prefetchable) [size=16M]
8 Region 2: Memory at 90000000 (64-bit, prefetchable) [size=256M]
9 Region 4: I/O ports at 3000 [size=64]
10 Expansion ROM at <unassigned> [disabled]
H A Dcap-doe6 Region 0: Memory at 10800000 (64-bit, non-prefetchable) [disabled]
7 Region 2: Memory at 10810000 (64-bit, non-prefetchable) [disabled]
8 Region 4: Memory at 10811000 (32-bit, non-prefetchable) [disabled]
H A Dcap-address-xlation7 Region 0: Memory at 50000000 (64-bit, prefetchable) [size=16M]
8 Region 2: Memory at 53100000 (64-bit, non-prefetchable) [size=1M]
9 Expansion ROM at <ignored> [disabled]
H A Dcap-exp-lnkcap2342 Region 0: Memory at e8000000 (32-bit, non-prefetchable)
343 Region 1: Memory at 70000000 (64-bit, prefetchable)
344 Region 3: Memory at 80000000 (64-bit, prefetchable)
345 Region 5: I/O ports at d000 [disabled]
346 Expansion ROM at fff80000 [disabled]
1003 Region 0: Memory at e6000000 (32-bit, non-prefetchable)
1004 Region 1: Memory at e6040000 (32-bit, non-prefetchable)
H A Dcap-phy328 Region 0: Memory at 88400000 (64-bit, non-prefetchable) [size=32K]
68 Capabilities: [1bc v1] Lane Margining at the Receiver
86 Region 0: Memory at 0000000088408000 (64-bit, non-prefetchable)
H A Dcap-ea-16 Region 0: [virtual] Memory at 843000000000 (32-bit, non-prefetchable) [size=1G]
7 Region 4: [virtual] Memory at 843060000000 (32-bit, non-prefetchable) [size=1M]
H A Dpri-pasid8 Region 0: Memory at 206ffff40000 (64-bit, prefetchable) [size=64K]
9 Region 2: Memory at 206ffff00000 (64-bit, prefetchable) [size=128K]
H A Dcap-aer-root328 Region 0: Memory at c0100000 (32-bit, non-prefetchable)
329 Region 2: Memory at be000000 (32-bit, non-prefetchable)
330 Expansion ROM at c0000000 [disabled]
H A Dcap-pci-af7 Region 4: I/O ports at 2080 [size=32]
H A Dcap-ptm-24 [virtual] Expansion ROM at f0000800 [disabled] [size=2K]
H A Dcap-exp-rev-slot5 Region 0: Memory at 4001200000 (64-bit, prefetchable)
H A Dcap-ptm-17 [virtual] Expansion ROM at f0100000 [disabled] [size=2K]
H A Dcap-rcec42 RCiEPBitmap: RCiEP at Device(s): 1, 6, 8-10, 12, 15
H A Dcap-l1-pm7 Region 0: Memory at d1000000 (64-bit, non-prefetchable) [size=8K]
/pciutils/
H A Dbitops.h25 #define BIT(at) ((u64)1 << (at)) argument
31 #define BITS(x, at, width) (((x) >> (at)) & ((1 << (width)) - 1)) argument
H A DREADME7 (at your opinion) any newer version. See https://www.gnu.org/ for details.
104 It lives at https://pci-ids.ucw.cz/, where you can browse the database,
111 The pci.ids file is also mirrored at https://github.com/pciutils/pciids.
119 The current version of pciutils is available at:
123 The tarball can be downloaded at the following places:
129 There is also a public GIT tree at:
148 Just submit them at https://pci-ids.ucw.cz/.
H A DCOPYING54 patent must be licensed for everyone's free use or not licensed at all.
88 you may at your option offer warranty protection in exchange for a fee.
100 part thereof, to be licensed as a whole at no charge to all third
142 b) Accompany it with a written offer, valid for at least three
204 may not distribute the Program at all. For example, if a patent
290 convey the exclusion of warranty; and each file should have at least
299 (at your option) any later version.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
H A DChangeLog326 * Several new capabilities are not decoded yet, but at least their
442 * Database mirror at SourceForge moved to GitHub.
671 at the root, which makes the output more compact.
959 but at least the list of them has been updated to reflect the
1058 code 2 at the end.
1081 at many non-interesting places with gcc 3.4.
1671 at all places.
1785 a comment only at the start of the line.
1817 * pci.ids: Synced with the PCI ID Repository at SourceForge
2083 -- they at least have to live somewhere else since address 0x34
[all …]
H A DTODO22 - delete old DB at SF
/pciutils/lib/
H A Dlibpci.ver8 * To preserve compatibility of Windows DLL file, always add new symbol at

12