Lines Matching refs:inw
86 # define inw RealInw
95 # define inw inpw
130 extern unsigned int inw(unsigned short);
139 extern unsigned int inw(unsigned long);
199 inw(unsigned long port)
225 extern unsigned short inw(unsigned int port);
495 # undef inw
501 extern unsigned int inw(unsigned long port);
551 inw(unsigned short port)
554 __asm__ __volatile__("inw %1,%0" :
617 inw(unsigned long port)
938 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)
1551 # undef inw
1570 # define inw(a) debug_inw(a, __LINE__, __FILE__)
1576 extern unsigned short inw(unsigned int a);
1629 # pragma asm partial_optimization inw
1646 extern unsigned inw(unsigned port);
1655 # undef inw
1661 # 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;})