Lines Matching defs:inw
83 # define inw RealInw
92 # define inw inpw
127 extern unsigned int inw(unsigned short);
136 extern unsigned int inw(unsigned long);
196 inw(unsigned long port)
222 extern unsigned short inw(unsigned int port);
492 # undef inw
498 extern unsigned int inw(unsigned long port);
548 inw(unsigned short port)
551 __asm__ __volatile__("inw %1,%0" :
614 inw(unsigned long port)
935 inw(unsigned PORT_SIZE port)
1273 inw(unsigned short port)
1404 inw(unsigned short port)
1407 __asm__ __volatile__("inw %1,%0" :
1454 inw(unsigned short port)
1499 inw(unsigned short port)
1544 # pragma asm partial_optimization inw
1561 extern unsigned inw(unsigned port);
1570 # undef inw
1576 # 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;})