coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcie.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_MT8195_PCIE_H
4 #define SOC_MEDIATEK_MT8195_PCIE_H
5 
6 #include <soc/pcie_common.h>
7 
8 void mtk_pcie_reset(uintptr_t reg, bool enable);
9 void mtk_pcie_pre_init(void);
10 
11 #endif
void mtk_pcie_pre_init(void)
Definition: pcie.c:70
void mtk_pcie_reset(uintptr_t reg, bool enable)
Definition: pcie.c:54
unsigned long uintptr_t
Definition: stdint.h:21