Searched refs:combase (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/tools/rumprun/platform/hw/arch/x86/
H A Dserialcons.c33 static uint16_t combase = 0; variable
40 combase = combase_init;
41 outb(combase + COM_IER, 0x00);
42 outb(combase + COM_LCTL, 0x80);
43 outb(combase + COM_DLBL, divisor & 0xff);
44 outb(combase + COM_DLBH, divisor >> 8);
45 outb(combase + COM_LCTL, 0x03);
46 outb(combase + COM_FIFO, 0xc7);
47 outb(combase + 4, 0x0b); /* modem control register: set DTR/RTS/OUT2 */
48 inb(combase); /* clea
[all...]

Completed in 73 milliseconds