repo.or.cz
/
openbios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tidy cell types and format strings
[openbios.git]
/
drivers
/
escc.h
blob
caaf00d40f3981c40d4c1b335bef25aa2130a267
1
2
#define IO_ESCC_SIZE 0x00001000
3
#define IO_ESCC_OFFSET 0x00013000
4
5
#define ZS_REGS 8
6
7
void
escc_init
(
const char
*
path
,
phys_addr_t addr
);
8
void
ob_zs_init
(
phys_addr_t base
,
uint64_t
offset
,
int
intr
,
int
slave
,
9
int
keyboard
);