Lines Matching defs:inl
86 # define inl RealInl
95 # define inl inpd
130 extern unsigned int inl(unsigned short);
139 extern unsigned int inl(unsigned long);
205 inl(unsigned long port)
225 extern unsigned int inl(unsigned int port);
495 # undef inl
501 extern unsigned int inl(unsigned long port);
560 inl(unsigned short port)
563 __asm__ __volatile__("inl %1,%0" :
626 inl(unsigned long port)
943 inl(unsigned PORT_SIZE port)
1282 inl(unsigned short port)
1416 inl(unsigned short port)
1419 __asm__ __volatile__("inl %1,%0" :
1466 inl(unsigned short port)
1507 inl(unsigned short port)
1545 # pragma asm partial_optimization inl
1564 extern unsigned inl(unsigned port);
1573 # undef inl
1579 # 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;})