TianoCore EDK2 master
|
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 contains the definination for host controller debug support routines
Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UhciDebug.h.
VOID UhciDumpQh | ( | IN UHCI_QH_SW * | QhSw | ) |
Dump the content of QH structure.
QhSw | Pointer to software QH structure. |
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 | ) |