Expand description
Memory Mapped I/O Manager.
Structs§
- MMIO
Device - A descriptor for MMIO devices
- MMIO
Device Info - Stores the address range and irq allocated to this device.
- MMIO
Device Manager - Manages the complexities of registering a MMIO device.
Enums§
- Mmio
Error - Errors for MMIO device manager.
Constants§
- MMIO_
LEN - This represents the size of the mmio device specified to the kernel through ACPI and as a command line option. It has to be larger than 0x100 (the offset where the configuration space starts from the beginning of the memory mapped device registers) + the size of the configuration space Currently hardcoded to 4K.