TianoCore EDK2 master
Loading...
Searching...
No Matches
UhciDebug.c File Reference
#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)
 

Detailed Description

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.

Function Documentation

◆ UhciDumpQh()

VOID UhciDumpQh ( IN UHCI_QH_SW QhSw)

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.

Definition at line 38 of file UhciDebug.c.