File: escc.h

package info (click to toggle)
openbios 1.1.git20181001-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,260 kB
  • sloc: ansic: 66,955; asm: 3,504; xml: 1,154; cpp: 414; sh: 388; makefile: 231
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11

#define IO_ESCC_SIZE    0x00001000
#define IO_ESCC_OFFSET  0x00013000
#define IO_ESCC_LEGACY_SIZE    0x00001000
#define IO_ESCC_LEGACY_OFFSET  0x00012000

#define ZS_REGS         8

void escc_init(const char *path, phys_addr_t addr);
void ob_zs_init(phys_addr_t base, uint64_t offset, int intr, int slave,
                int keyboard);