coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sio1007.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SUPERIO_SMSC_SIO1007_H
4 #define SUPERIO_SMSC_SIO1007_H
5 
6 #include <stdint.h>
7 
8 void sio1007_setreg(u16 lpc_port, u8 reg, u8 value, u8 mask);
10 
11 #endif
pte_t value
Definition: mmu.c:91
port
Definition: i915.h:29
int sio1007_enable_uart_at(u16 port)
Definition: early_serial.c:18
void sio1007_setreg(u16 lpc_port, u8 reg, u8 value, u8 mask)
Definition: early_serial.c:7
static const int mask[4]
Definition: gpio.c:308
uint16_t u16
Definition: stdint.h:48
uint8_t u8
Definition: stdint.h:45