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

/barrelfish-master/usr/arrakismon/
H A Dpc16550d.h27 uint16_t base_port; member in struct:pc16550d
37 struct pc16550d *pc16550d_new (uint16_t base_port, uint8_t irq, struct lpc *lpc);
H A Dpc16550d.c28 pc16550d_new (uint16_t base_port, uint8_t irq, struct lpc *lpc) argument
36 u->base_port = base_port;
138 assert(port >= u->base_port);
140 port -= u->base_port;
228 assert(port >= u->base_port);
230 port -= u->base_port;
/barrelfish-master/usr/vmkitmon/
H A Dpc16550d.h45 uint16_t base_port; member in struct:pc16550d
57 struct pc16550d *pc16550d_new (uint16_t base_port, uint8_t irq, struct lpc *lpc);
H A Dpc16550d.c37 pc16550d_new (uint16_t base_port, uint8_t irq, struct lpc *lpc) argument
45 u->base_port = base_port;
176 assert(port >= u->base_port);
178 port -= u->base_port;
266 assert(port >= u->base_port);
268 port -= u->base_port;

Completed in 34 milliseconds