]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Ohci / Dxe / OhciDebug.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2This file contains the definination for host controller\r
3debug support routines.\r
4\r
5Copyright (c) 2013-2015 Intel Corporation.\r
6\r
7This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17\r
18\r
19/*++\r
20\r
21Routine Description:\r
22\r
23 Print the data of ED and the TDs attached to the ED\r
24\r
25 @param Uhc Pointer to OHCI private data\r
26 @param Ed Pointer to a ED to free\r
27 @param Td Pointer to the Td head\r
28\r
29 @retval EFI_SUCCESS ED\r
30\r
31**/\r
32EFI_STATUS\r
33OhciDumpEdTdInfo (\r
34 IN USB_OHCI_HC_DEV *Uhc,\r
35 IN ED_DESCRIPTOR *Ed,\r
36 IN TD_DESCRIPTOR *Td,\r
37 BOOLEAN Stage\r
38 );\r
39\r
40\r
41\r
42\r
43\r
44\r
45\r
46\r
47\r
48\r