coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  usb_phy_type { USB_PHY_UTMIP = 0 , USB_PHY_ULPI = 2 , USB_PHY_ICUSB_SER = 3 , USB_PHY_HSIC = 4 }
 

Functions

void usb_setup_utmip (void *usb_base)
 

Enumeration Type Documentation

◆ usb_phy_type

Enumerator
USB_PHY_UTMIP 
USB_PHY_ULPI 
USB_PHY_ICUSB_SER 
USB_PHY_HSIC 

Definition at line 6 of file usb.h.

Function Documentation

◆ usb_setup_utmip()