blob: f898378cb44e1f58ce48e19df204d5bf054bb040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: GPL-2.0-only */
#include <acpi/acpi_device.h>
/*
* Bayhub BG720 PCI to eMMC bridge
*/
struct drivers_generic_bayhub_config {
/* 1 to enable power-saving mode, 0 to disable */
int power_saving;
/* CLK and DAT tuning values */
uint8_t vih_tuning_value;
};
|