|
My Kernel v0.1.0
|
PCI Base Address Registers.
#include <pci.h>
Public Types | |
| enum | pci_bar_type { PCI_BAR_MEMORY , PCI_BAR_IO } |
| The type of the Address Register. More... | |
Data Fields | |
| void * | data |
| Addressable virtual address mapped to the register. | |
| paddr_t | phys |
| The BAR's "true" physical or IO address. | |
| size_t | size |
| The address register's size. | |