Lines Matching defs:inl
84 # define inl RealInl
93 # define inl inpd
128 extern unsigned int inl(unsigned short);
137 extern unsigned int inl(unsigned long);
203 inl(unsigned long port)
223 extern unsigned int inl(unsigned int port);
493 # undef inl
499 extern unsigned int inl(unsigned long port);
558 inl(unsigned short port)
561 __asm__ __volatile__("inl %1,%0" :
624 inl(unsigned long port)
941 inl(unsigned PORT_SIZE port)
1280 inl(unsigned short port)
1414 inl(unsigned short port)
1417 __asm__ __volatile__("inl %1,%0" :
1464 inl(unsigned short port)
1505 inl(unsigned short port)
1543 # pragma asm partial_optimization inl
1562 extern unsigned inl(unsigned port);
1571 # undef inl
1577 # define inl(a) __extension__ ({unsigned int __c=RealInl(a); ErrorF("inl(0x%03x) = 0x%08x\t@ line %4d, file %s\n", a, __c, __LINE__, __FILE__);__c;})