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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
superio
/
smsc
/
sio1007
/
sio1007.h
blob
86b4417f8db1e33fe56795b14172e874bd68624d
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
);
9
int
sio1007_enable_uart_at
(
u16 port
);
10
11
#endif