Home
last modified time | relevance | path

Searched defs:outsw (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/ia64/include/
H A Dcpufunc.h180 outsw(unsigned int port, const void *addr, size_t count) in outsw() function
/netbsd/games/adventure/
H A Dio.c173 static int outsw = 0; /* putting stuff to data file? */ variable
/netbsd/sys/arch/powerpc/include/
H A Dpio.h267 #define outsw(a,s,c) (__outsw((volatile uint16_t *)(a), s, c)) macro