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

/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h228 insw(u_int port, void *addr, size_t count) function
230 __asm __volatile("cld; rep; insw"
850 void insw(u_int port, void *addr, size_t count);
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h242 insw(u_int port, void *addr, size_t count) function
244 __asm __volatile("cld; rep; insw"
739 void insw(u_int port, void *addr, size_t count);
H A Dbus.h299 insw(bsh + offset, addr, count);
/haiku/headers/os/drivers/pcmcia/
H A Dbus_ops.h113 #define bus_insw(b,p,a,c) insw(p,a,c)

Completed in 118 milliseconds