Searched refs:insw (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/sys/amd64/include/
H A Dcpufunc.h239 insw(u_int port, void *addr, size_t count) function
241 __asm __volatile("cld; rep; insw"
912 void insw(u_int port, void *addr, size_t count);
/freebsd-11-stable/sys/arm/arm/
H A Dblockio.S168 ENTRY(insw)
179 /* Non aligned insw */
191 /* Word aligned insw */
206 END(insw)
290 bne _C_LABEL(insw)
292 /* Word aligned insw */
416 bne _C_LABEL(insw)
418 /* Word aligned insw */
/freebsd-11-stable/sys/arm/include/
H A Dblockio.h51 void insw(u_int, void *, u_int);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c47 { insw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c46 { insw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c47 { insw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
/freebsd-11-stable/sys/i386/include/
H A Dcpufunc.h244 insw(u_int port, void *addr, size_t count) function
246 __asm __volatile("cld; rep; insw"
737 void insw(u_int port, void *addr, size_t count);
/freebsd-11-stable/sys/pc98/pc98/
H A Dbusio.s110 insw
776 insw
1531 insw
1667 insw
/freebsd-11-stable/sys/powerpc/include/
H A Dpio.h286 #define insw(a,d,c) (__insw((volatile u_int16_t *)(a), d, c)) macro
287 #define ins16(a,d,c) insw(a,d,c)
/freebsd-11-stable/sys/x86/include/
H A Dbus.h295 insw(bsh + offset, addr, count);

Completed in 147 milliseconds