#include "../../drivers.h"#include <stdlib.h>#include <stdio.h>#include <errno.h>#include "pci_helper.h"#include "es1370.h"Go to the source code of this file.
Functions | |
| PUBLIC unsigned | pci_inb (U16_t port) |
| PUBLIC unsigned | pci_inw (U16_t port) |
| PUBLIC unsigned | pci_inl (U16_t port) |
| PUBLIC void | pci_outb (U16_t port, U8_t value) |
| PUBLIC void | pci_outw (U16_t port, U16_t value) |
| PUBLIC void | pci_outl (U16_t port, U32_t value) |
| PUBLIC unsigned pci_inb | ( | U16_t | port | ) |
Definition at line 17 of file pci_helper.c.
| PUBLIC unsigned pci_inl | ( | U16_t | port | ) |
Definition at line 35 of file pci_helper.c.
| PUBLIC unsigned pci_inw | ( | U16_t | port | ) |
Definition at line 26 of file pci_helper.c.
| PUBLIC void pci_outb | ( | U16_t | port, | |
| U8_t | value | |||
| ) |
Definition at line 44 of file pci_helper.c.
| PUBLIC void pci_outl | ( | U16_t | port, | |
| U32_t | value | |||
| ) |
Definition at line 58 of file pci_helper.c.
| PUBLIC void pci_outw | ( | U16_t | port, | |
| U16_t | value | |||
| ) |
Definition at line 51 of file pci_helper.c.
1.5.8