TianoCore EDK2 master
|
#include "Uhci.h"
Go to the source code of this file.
Functions | |
VOID | UhciDumpQh (IN UHCI_QH_SW *QhSw) |
VOID | UhciDumpTds (IN UHCI_TD_SW *TdSw) |
This file provides the information dump support for Uhci when in debug mode.
Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UhciDebug.c.
VOID UhciDumpQh | ( | IN UHCI_QH_SW * | QhSw | ) |
Dump the content of QH structure.
QhSw | Pointer to software QH structure. |
Definition at line 19 of file UhciDebug.c.
VOID UhciDumpTds | ( | IN UHCI_TD_SW * | TdSw | ) |
Dump the content of TD structure.
TdSw | Pointer to software TD structure. |
Definition at line 38 of file UhciDebug.c.