Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/include/
Dpio.h71 static __inline void __insl(volatile uint32_t *, uint32_t *, size_t);
242 __insl(volatile uint32_t *a, uint32_t *d, size_t c) in __insl() function
275 #define insl(a,d,c) (__insl((volatile uint32_t *)(a), d, c))