coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
serialio.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SERIALIO_H_
4 #define _SERIALIO_H_
5 
6 enum {
12 };
13 
14 enum {
21 };
22 
23 enum {
28 };
29 
30 enum {
34 };
35 
36 #endif
@ PchSerialIoIndexGSPI1
Definition: serialio.h:27
@ PchSerialIoIndexGSPI0
Definition: serialio.h:26
@ PchSerialIoIndexGSPI3
Definition: serialio.h:29
@ PchSerialIoIndexGSPI2
Definition: serialio.h:28
@ PchSerialIoIndexUART1
Definition: serialio.h:34
@ PchSerialIoIndexUART2
Definition: serialio.h:35
@ PchSerialIoIndexUART0
Definition: serialio.h:33
@ PchSerialIoLegacyUart
Definition: serialio.h:10
@ PchSerialIoSkipInit
Definition: serialio.h:11
@ PchSerialIoHidden
Definition: serialio.h:9
@ PchSerialIoPci
Definition: serialio.h:8
@ PchSerialIoDisabled
Definition: serialio.h:7
@ PchSerialIoIndexI2C1
Definition: serialio.h:16
@ PchSerialIoIndexI2C4
Definition: serialio.h:19
@ PchSerialIoIndexI2C2
Definition: serialio.h:17
@ PchSerialIoIndexI2C5
Definition: serialio.h:20
@ PchSerialIoIndexI2C0
Definition: serialio.h:15
@ PchSerialIoIndexI2C3
Definition: serialio.h:18