Expand description
PCI Legacy (CF8/CFC) configuration space bindings.
Uses I/O ports 0xCF8 (address) and 0xCFC (data) for PCI config access.
ยงReference
ARCHITECTURE_V3.md - PCI layer
Functionsยง
- asm_
pci_ ๐ โlegacy_ read8 - asm_
pci_ ๐ โlegacy_ read16 - asm_
pci_ ๐ โlegacy_ read32 - asm_
pci_ ๐ โlegacy_ write8 - asm_
pci_ ๐ โlegacy_ write16 - asm_
pci_ ๐ โlegacy_ write32 - read8โRead 8-bit value from PCI config space.
- read16โRead 16-bit value from PCI config space.
- read32โRead 32-bit value from PCI config space.
- write8โWrite 8-bit value to PCI config space.
- write16โWrite 16-bit value to PCI config space.
- write32โWrite 32-bit value to PCI config space.