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

#include <ehci_debug.h>

Collaboration diagram for dbgp_pipe:
Collaboration graph

Data Fields

u8 devnum
 
u8 endpoint
 
u8 pid
 
u8 status
 
u16 timeout
 
u8 bufidx
 
u8 buflen
 
char buf [8]
 

Detailed Description

Definition at line 30 of file ehci_debug.h.

Field Documentation

◆ buf

char dbgp_pipe::buf[8]

Definition at line 40 of file ehci_debug.h.

◆ bufidx

u8 dbgp_pipe::bufidx

Definition at line 38 of file ehci_debug.h.

◆ buflen

u8 dbgp_pipe::buflen

Definition at line 39 of file ehci_debug.h.

◆ devnum

u8 dbgp_pipe::devnum

Definition at line 32 of file ehci_debug.h.

◆ endpoint

u8 dbgp_pipe::endpoint

Definition at line 33 of file ehci_debug.h.

◆ pid

u8 dbgp_pipe::pid

Definition at line 34 of file ehci_debug.h.

◆ status

u8 dbgp_pipe::status

Definition at line 35 of file ehci_debug.h.

Referenced by dbgp_enabled(), dbgp_not_present(), dbgp_put(), and dbgp_try_get().

◆ timeout

u16 dbgp_pipe::timeout

Definition at line 36 of file ehci_debug.h.


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