Lines Matching defs:inw
85 # define inw RealInw
94 # define inw inpw
129 extern unsigned int inw(unsigned short);
138 extern unsigned int inw(unsigned long);
198 inw(unsigned long port)
224 extern unsigned short inw(unsigned int port);
494 # undef inw
500 extern unsigned int inw(unsigned long port);
550 inw(unsigned short port)
553 __asm__ __volatile__("inw %1,%0" :
616 inw(unsigned long port)
937 inw(unsigned PORT_SIZE port)
1275 inw(unsigned short port)
1406 inw(unsigned short port)
1409 __asm__ __volatile__("inw %1,%0" :
1456 inw(unsigned short port)
1501 inw(unsigned short port)
1546 # pragma asm partial_optimization inw
1563 extern unsigned inw(unsigned port);
1572 # undef inw
1578 # 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;})