TianoCore EDK2 master
Loading...
Searching...
No Matches
EhciDebug.h File Reference

Go to the source code of this file.

Functions

VOID EhcDumpQtd (IN EHC_QTD *Qtd, IN CHAR8 *Msg)
 
VOID EhcDumpQh (IN EHC_QH *Qh, IN CHAR8 *Msg, IN BOOLEAN DumpBuf)
 
VOID EhcDumpBuf (IN UINT8 *Buf, IN UINTN Len)
 

Detailed Description

This file contains the definination for host controller debug support routines.

Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file EhciDebug.h.

Function Documentation

◆ EhcDumpBuf()

VOID EhcDumpBuf ( IN UINT8 *  Buf,
IN UINTN  Len 
)

Dump the buffer in the form of hex.

Parameters
BufThe buffer to dump.
LenThe length of buffer.

Definition at line 204 of file EhciDebug.c.

◆ EhcDumpQh()

VOID EhcDumpQh ( IN EHC_QH Qh,
IN CHAR8 *  Msg,
IN BOOLEAN  DumpBuf 
)

Dump the queue head.

Parameters
QhThe queue head to dump.
MsgThe message to print before the dump.
DumpBufWhether to dump the memory buffer of the associated QTD.

Definition at line 116 of file EhciDebug.c.

◆ EhcDumpQtd()

VOID EhcDumpQtd ( IN EHC_QTD Qtd,
IN CHAR8 *  Msg 
)

Dump the fields of a QTD.

Parameters
QtdThe QTD to dump.
MsgThe message to print before the dump.

Definition at line 67 of file EhciDebug.c.