coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ehci_regs Struct Reference

#include <ehci.h>

Collaboration diagram for ehci_regs:
Collaboration graph

Data Fields

u32 command
 
u32 status
 
u32 intr_enable
 
u32 frame_index
 
u32 segment
 
u32 frame_list
 
u32 async_next
 
u32 reserved [9]
 
u32 configured_flag
 
u32 port_status [0]
 

Detailed Description

Definition at line 44 of file ehci.h.

Field Documentation

◆ async_next

u32 ehci_regs::async_next

Definition at line 92 of file ehci.h.

◆ command

u32 ehci_regs::command

Definition at line 47 of file ehci.h.

Referenced by usbdebug_init_().

◆ configured_flag

u32 ehci_regs::configured_flag

Definition at line 97 of file ehci.h.

Referenced by usbdebug_init_().

◆ frame_index

u32 ehci_regs::frame_index

Definition at line 86 of file ehci.h.

◆ frame_list

u32 ehci_regs::frame_list

Definition at line 90 of file ehci.h.

◆ intr_enable

u32 ehci_regs::intr_enable

Definition at line 83 of file ehci.h.

◆ port_status

u32 ehci_regs::port_status[0]

Definition at line 101 of file ehci.h.

Referenced by ehci_reset_port(), and usbdebug_init_().

◆ reserved

u32 ehci_regs::reserved[9]

Definition at line 94 of file ehci.h.

◆ segment

u32 ehci_regs::segment

Definition at line 88 of file ehci.h.

◆ status

u32 ehci_regs::status

Definition at line 67 of file ehci.h.

Referenced by ehci_wait_for_port(), and usbdebug_init_().


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