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

Go to the source code of this file.

Functions

VOID UhciDumpQh (IN UHCI_QH_SW *QhSw)
 
VOID UhciDumpTds (IN UHCI_TD_SW *TdSw)
 

Detailed Description

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.

Function Documentation

◆ UhciDumpQh()

VOID UhciDumpQh ( IN UHCI_QH_SW QhSw)

Dump the content of QH structure.

Parameters
QhSwPointer to software QH structure.
Returns
None.

Dump the content of QH structure.

Parameters
QhSwPointer to software QH structure.

Definition at line 19 of file UhciDebug.c.

◆ UhciDumpTds()

VOID UhciDumpTds ( IN UHCI_TD_SW TdSw)

Dump the content of TD structure.

Parameters
TdSwPointer to software TD structure.
Returns
None.

Dump the content of TD structure.

Parameters
TdSwPointer to software TD structure.

Definition at line 38 of file UhciDebug.c.