coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb_dwc3_cfg Struct Reference
Collaboration diagram for usb_dwc3_cfg:
Collaboration graph

Data Fields

struct usb_dwc3usb_host_dwc3
 
u32usb3_bcr
 
u32qusb2phy_bcr
 
u32gcc_usb3phy_bcr_reg
 
u32gcc_qmpphy_bcr_reg
 
struct usb_usb2_phy_digusb2_phy_dig
 
struct usb_qscratchusb_qscratch_reg
 
u32usb2_phy_bcr
 
u32usb2_phy_por_bcr
 
struct usb_board_databoard_data
 

Detailed Description

Definition at line 46 of file usb.c.

Field Documentation

◆ board_data

struct usb_board_data* usb_dwc3_cfg::board_data

◆ gcc_qmpphy_bcr_reg

u32* usb_dwc3_cfg::gcc_qmpphy_bcr_reg

Definition at line 51 of file usb.c.

Referenced by reset_usb(), and setup_usb_host().

◆ gcc_usb3phy_bcr_reg

u32* usb_dwc3_cfg::gcc_usb3phy_bcr_reg

Definition at line 50 of file usb.c.

Referenced by reset_usb(), and setup_usb_host().

◆ qusb2phy_bcr

u32* usb_dwc3_cfg::qusb2phy_bcr

Definition at line 49 of file usb.c.

Referenced by reset_usb(), and setup_usb_host().

◆ usb2_phy_bcr

u32* usb_dwc3_cfg::usb2_phy_bcr

Definition at line 91 of file usb.c.

Referenced by setup_usb_host().

◆ usb2_phy_dig

struct usb_usb2_phy_dig* usb_dwc3_cfg::usb2_phy_dig

Definition at line 89 of file usb.c.

Referenced by hs_usb_phy_init(), setup_usb_host(), and usb2_phy_override_phy_params().

◆ usb2_phy_por_bcr

u32* usb_dwc3_cfg::usb2_phy_por_bcr

Definition at line 92 of file usb.c.

Referenced by setup_usb_host().

◆ usb3_bcr

u32 * usb_dwc3_cfg::usb3_bcr

Definition at line 48 of file usb.c.

Referenced by reset_usb(), and setup_usb_host().

◆ usb_host_dwc3

struct usb_dwc3 * usb_dwc3_cfg::usb_host_dwc3

Definition at line 47 of file usb.c.

Referenced by setup_usb_host().

◆ usb_qscratch_reg

struct usb_qscratch* usb_dwc3_cfg::usb_qscratch_reg

Definition at line 90 of file usb.c.

Referenced by setup_usb_host().


The documentation for this struct was generated from the following file: