ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git] / src / soc / amd / common / block / include / amdblocks / xhci.h
blob6d1bc260a4495227e1d5aca8500229cbd4758864
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_XHCI_H
4 #define AMD_BLOCK_XHCI_H
6 #include <cpu/x86/smm.h>
7 #include <device/pci_type.h>
8 #include <device/pci_def.h>
9 #include <device/xhci.h>
11 #include <types.h>
13 #define XHCI_GEVENT GEVENT_31
15 #define SOC_XHCI_DEVICES {\
16 SOC_XHCI_0,\
17 SOC_XHCI_1,\
18 SOC_XHCI_2,\
19 SOC_XHCI_3,\
20 SOC_XHCI_4,\
21 SOC_XHCI_5,\
22 SOC_XHCI_6,\
23 SOC_XHCI_7,\
26 void soc_xhci_store_resources(struct smm_pci_resource_info *slots, size_t count);
27 void soc_xhci_log_wake_events(void);
29 #endif /* AMD_BLOCK_XHCI_H */