Home
last modified time | relevance | path

Searched defs:insl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dpio.h288 #define insl(a,d,c) (__insl((volatile u_int32_t *)(a), d, c)) macro
/freebsd/sys/amd64/include/
H A Dcpufunc.h167 insl(u_int port, void *addr, size_t count) in insl() function