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

/freebsd-10.3-release/usr.sbin/dumpcis/
H A Dreadcis.h54 #define tpl16(tp) ((*((tp) + 1) << 8) | *(tp)) macro
H A Dprintcis.c107 tpl16(tp->data),
108 tpl16(tp->data + 2),
146 tpl16(tp->data),
147 tpl16(tp->data + 2));
303 printf(fmt, tpl16(p) + ofs);
411 i = tpl16(p + 1); /* IRQ mask */
454 printf("\tMemory space length = 0x%x\n", tpl16(p));
461 tpl16(p + 2), tpl16(p));
1033 p[0], p[1], tpl16(
[all...]
H A Dreadcis.c155 num = tpl16(p) + ofs;

Completed in 124 milliseconds