Add an EHCI register dump function for debug. Not hooked in any place...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10195 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -60,4 +60,16 @@ EhcDumpBuf (
|
||||
IN UINTN Len
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
Dump the EHCI status registers
|
||||
|
||||
@param Ehc USB EHCI Host Controller instance
|
||||
|
||||
**/
|
||||
VOID
|
||||
EhcDumpRegs (
|
||||
IN USB2_HC_DEV *Ehc
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user