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/mediatek/mt8196: Initialize SSPM
[coreboot.git]
/
src
/
soc
/
intel
/
jasperlake
/
pcie_rp.c
blob
844cc544c582ccd34bdab89f8c1c1b02e7f5fc6e
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <intelblocks/pcie_rp.h>
4
#include <soc/pci_devs.h>
5
#include <soc/pcie.h>
6
7
const struct
pcie_rp_group pch_rp_groups
[] = {
8
{ .
slot
=
PCH_DEV_SLOT_PCIE
, .
count
=
8
, .
lcap_port_base
=
1
},
9
{
0
}
10
};