Home
last modified time | relevance | path

Searched refs:__inl (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dpio.h110 (__use_immediate_port(port) ? __inlc(port) : __inl(port))
121 __inl(int port) in __inl() function
/openbsd/sys/arch/amd64/include/
H A Dpio.h118 (/* CONSTCOND */ __use_immediate_port(port) ? __inlc(port) : __inl(port))
129 __inl(unsigned port) in __inl() function
/openbsd/sys/arch/powerpc/include/
H A Dpio.h103 __inl(volatile u_int32_t *a) in __inl() function
145 #define inl(a) (__inl((volatile u_int32_t *)(a)))