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

/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp46 Removed use of pointers into lp_table (replaced with array references).
48 Global variables are not allowed, so move lp_table into the function.
52 The LP_POLLED macro checks lp_table[minor].dev->port->irq (three dereferences),
247 /* #define LP_POLLED(minor) (lp_table[(minor)].dev->port->irq == PARPORT_IRQ_NONE) */
276 struct lp_struct lp_table[LP_NO]; local
279 lp_table[minor].dev = 5;
285 /* struct lp_struct *lp = &lp_table[minor]; */
294 if (lp_table[minor].dev == 0) {
299 lp_table[minor].last_error = 0;
300 lp_table[mino
[all...]

Completed in 3 milliseconds