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

/freebsd-11-stable/sys/powerpc/include/
H A Dpio.h237 __insw(volatile u_int16_t *a, u_int16_t *d, size_t c) function
286 #define insw(a,d,c) (__insw((volatile u_int16_t *)(a), d, c))

Completed in 39 milliseconds