]> mj.ucw.cz Git - pciutils.git/commit
libpci: mmio-ports: Add Extended PCIe Intel Type 1 access method
authorPali Rohár <pali@kernel.org>
Sun, 2 Jan 2022 19:50:41 +0000 (20:50 +0100)
committerPali Rohár <pali@kernel.org>
Fri, 18 Nov 2022 13:43:13 +0000 (14:43 +0100)
commite2d9340ba416ef0856fb8198e16ffd255225952c
treeb3d93d189401a76e9d7496b1ad66018c253a2d7e
parent0a4fae20efcafa60ec2f2efd2e7de81b863471b7
libpci: mmio-ports: Add Extended PCIe Intel Type 1 access method

Extended method allows to access all PCIe registers, including extended
registers starting at 0x100 offset. This method uses 4 reserved buts above
bus bits for PCIe registers. On ARM platforms it is very common for PCIe
controllers. Like standard method, it needs to be properly configured.
lib/init.c
lib/internal.h
lib/mmio-ports.c
lib/pci.h
pcilib.man