mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 06:01:28 +00:00
Port Status and Control (PORTSC) register is one of the most frequently accessed regiseter according the xHCI spec. This patch implement a pair of set/get function to access PORTS and it gives a clear code structure and help a lot for debugging work. Tracked-On: #2576 Signed-off-by: Conghui Chen <conghui.chen@intel.com> Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>