|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/types.h>

Go to the source code of this file.
Macros | |
| #define | PCI_CONFIG_ADDR_PORT 0xCF8 /* PCI config address register port */ |
| #define | PCI_CONFIG_DATA_PORT 0xCFC /* PCI config data register port */ |
Functions | |
| static void | outb (int port, uint8_t data) |
| static uint8_t | inb (int port) |
| static void | outw (int port, uint16_t data) |
| static uint16_t | inw (int port) |
| static void | outl (int port, uint32_t data) |
| static uint32_t | inl (int port) |
| #define PCI_CONFIG_ADDR_PORT 0xCF8 /* PCI config address register port */ |
| #define PCI_CONFIG_DATA_PORT 0xCFC /* PCI config data register port */ |
|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
inlinestatic |
