acpi: Add IORT helper functions
[coreboot2.git] / src / drivers / generic / bayhub / chip.h
blob82fe67085ba4d0a2b2c0a03bcd607df06ac723d3
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_GENERIC_BAYHUB_CHIP_H__
4 #define __DRIVERS_GENERIC_BAYHUB_CHIP_H__
6 #include <acpi/acpi_device.h>
8 /*
9 * Bayhub BG720 PCI to eMMC bridge
11 struct drivers_generic_bayhub_config {
12 /* 1 to enable power-saving mode, 0 to disable */
13 int power_saving;
15 /* When set, disables programming HS200 mode */
16 bool disable_hs200_mode;
18 /* CLK and DAT tuning values */
19 uint8_t vih_tuning_value;
22 #endif /* __DRIVERS_GENERIC_BAYHUB_CHIP_H__ */