Searched refs:__insl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Dpio.h245 __insl(volatile u_int32_t *a, u_int32_t *d, size_t c) function
288 #define insl(a,d,c) (__insl((volatile u_int32_t *)(a), d, c))

Completed in 64 milliseconds