coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_NVIDIA_TEGRA_USB_H__
4 #define __SOC_NVIDIA_TEGRA_USB_H__
5 
6 enum usb_phy_type { /* For use in lpm_ctrl[31:29] */
11 };
12 
13 void usb_setup_utmip(void *usb_base);
14 
15 #endif
void usb_setup_utmip(void *usb_base)
Definition: usb.c:131
usb_phy_type
Definition: usb.h:6
@ USB_PHY_ULPI
Definition: usb.h:8
@ USB_PHY_UTMIP
Definition: usb.h:7
@ USB_PHY_HSIC
Definition: usb.h:10
@ USB_PHY_ICUSB_SER
Definition: usb.h:9