summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/XhciDxe: Use Performance Timer for XHCI TimeoutsHenz, Patrick2023-09-251-44/+24
* MdeModulePkg/Bus/Pci/XhciDxe: Check port is compatible before getting PSIVSean Rhodes2022-12-211-6/+29
* MdeModulePkg/XhciDxe: Add access xHCI Extended Capabilities PointerIan Chiu2022-06-271-0/+178
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-101/+96
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-13/+12
* MdeModulePkg/XhciDxe: Fix Broken TimeoutsPatrick Henz2020-09-291-13/+46
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: XhciDxe: Prevent illegal memory access in XhcSetHseeMarcin Wojtas2018-09-261-1/+1
* MdeModulePkg XhciDxe: Set HSEE Bit if SERR# Enable Bit is setStar Zeng2018-09-121-0/+41
* MdeModulePkg XhciDxe: Remove redundant functionsshenglei2018-08-211-66/+0
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-10/+10
* MdeModulePkg/XhciDxe:1ms delay before access MMIO reg during resetFeng Tian2016-09-211-1/+7
* MdeModulePkg/Xhci: make all timeout values be consistent with comments.Feng Tian2015-08-191-8/+8
* Update XhcWaitOpRegBit to take Timout argument as microsecond.Elvin Li2013-12-251-6/+6
* MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...Sergey Isakov2013-10-151-2/+10
* Just like EhciDxe, do not reset host controller when debug capability is enab...Elvin Li2013-10-091-6/+14
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-251-103/+0
* 1) remove wrong global variable usage because it will bring data corrupt if t...erictian2011-09-141-56/+59
* Fixed build error reported by ICC and GCCerictian2011-08-251-2/+2
* Enabling usb3.0 XHCI support.erictian2011-08-231-0/+827