repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
drivers
/
generic
/
bayhub_lv2
/
chip.h
blob
aa8f3fd879b37db5bd7ed0ac229d216d3c56827d
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <stdbool.h>
4
5
/* Bayhub LV2 PCIe to SD bridge */
6
struct
drivers_generic_bayhub_lv2_config
{
7
bool
enable_power_saving
;
8
};