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 {
23 };
24 
25 enum {
30 };
31 
32 enum {
36 };
37 
38 #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
@ PchSerialIoIndexI2C7
Definition: serialio.h:22
@ PchSerialIoIndexI2C1
Definition: serialio.h:16
@ PchSerialIoIndexI2C4
Definition: serialio.h:19
@ PchSerialIoIndexI2C2
Definition: serialio.h:17
@ PchSerialIoIndexI2C5
Definition: serialio.h:20
@ PchSerialIoIndexI2C6
Definition: serialio.h:21
@ PchSerialIoIndexI2C0
Definition: serialio.h:15
@ PchSerialIoIndexI2C3
Definition: serialio.h:18