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
/
southbridge
/
ti
/
pci1x2x
/
chip.h
blob
ae1216d70af5b12a9e8f0869eea5f9b3e0b8646e
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef SOUTHBRIDGE_TI_PCI1X2X_H
4
#define SOUTHBRIDGE_TI_PCI1X2X_H
5
6
struct
southbridge_ti_pci1x2x_config
{
7
int
scr
;
8
int
mrr
;
9
};
10
#endif