coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb_debug.c File Reference
#include <device/pci_ehci.h>
#include <device/pci_def.h>
Include dependency graph for usb_debug.c:

Go to the source code of this file.

Macros

#define __SIMPLE_DEVICE__
 

Functions

pci_devfn_t pci_ehci_dbg_dev (unsigned int hcd_idx)
 
void pci_ehci_dbg_set_port (pci_devfn_t dev, unsigned int port)
 

Macro Definition Documentation

◆ __SIMPLE_DEVICE__

#define __SIMPLE_DEVICE__

Definition at line 4 of file usb_debug.c.

Function Documentation

◆ pci_ehci_dbg_dev()

pci_devfn_t pci_ehci_dbg_dev ( unsigned int  hcd_idx)

Definition at line 9 of file usb_debug.c.

References PCI_DEV.

◆ pci_ehci_dbg_set_port()

void pci_ehci_dbg_set_port ( pci_devfn_t  dev,
unsigned int  port 
)

Definition at line 14 of file usb_debug.c.