Lines Matching refs:inw
90 # define inw RealInw
99 # define inw inpw
134 extern unsigned int inw(unsigned short);
143 extern unsigned int inw(unsigned long);
203 inw(unsigned long port)
229 extern unsigned short inw(unsigned int port);
499 # undef inw
505 extern unsigned int inw(unsigned long port);
555 inw(unsigned short port)
558 __asm__ __volatile__("inw %1,%0" :
621 inw(unsigned long port)
942 inw(unsigned PORT_SIZE port)
1277 inw(unsigned short port)
1408 inw(unsigned short port)
1411 __asm__ __volatile__("inw %1,%0" :
1458 inw(unsigned short port)
1503 inw(unsigned short port)
1555 # undef inw
1574 # define inw(a) debug_inw(a, __LINE__, __FILE__)
1580 extern unsigned short inw(unsigned int a);
1633 # pragma asm partial_optimization inw
1650 extern unsigned inw(unsigned port);
1659 # undef inw
1665 # define inw(a) __extension__ ({unsigned short __c=RealInw(a); ErrorF("inw(0x%03x) = 0x%04x\t@ line %4d, file %s\n", a, __c, __LINE__, __FILE__);__c;})