TianoCore EDK2 master
|
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) |
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.
Dump the buffer in the form of hex.
Buf | The buffer to dump. |
Len | The length of buffer. |
Definition at line 204 of file EhciDebug.c.
Dump the queue head.
Qh | The queue head to dump. |
Msg | The message to print before the dump. |
DumpBuf | Whether to dump the memory buffer of the associated QTD. |
Definition at line 116 of file EhciDebug.c.
Dump the fields of a QTD.
Qtd | The QTD to dump. |
Msg | The message to print before the dump. |
Definition at line 67 of file EhciDebug.c.