#include <errno.h>
#include <assert.h>
#include <devman.h>
#include <device/hw_res.h>
#include <usb/debug.h>
#include <pci_dev_iface.h>
#include "pci.h"
Go to the source code of this file.
Functions | |
int | pci_disable_legacy (const ddf_dev_t *device) |
Call the PCI driver with a request to clear legacy support register. | |
int | pci_enable_interrupts (const ddf_dev_t *device) |
Call the PCI driver with a request to enable interrupts. | |
int | pci_get_my_registers (const ddf_dev_t *dev, uintptr_t *io_reg_address, size_t *io_reg_size, int *irq_no) |
Get I/O address of registers and IRQ for given device. |
Definition in file pci.c.