coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
qmp_usb_phy.h File Reference
#include <device/mmio.h>
#include <console/console.h>
Include dependency graph for qmp_usb_phy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  qmp_phy_init_tbl
 
struct  ss_usb_phy_reg
 

Macros

#define USB3_PCS_PHYSTATUS   BIT(6)
 

Functions

void ss_qmp_phy_init (void)
 

Macro Definition Documentation

◆ USB3_PCS_PHYSTATUS

#define USB3_PCS_PHYSTATUS   BIT(6)

Definition at line 7 of file qmp_usb_phy.h.

Function Documentation

◆ ss_qmp_phy_init()