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

/freebsd-12-stable/sys/arm/include/
H A Dblockio.h54 void outsw(u_int, void *, u_int);
/freebsd-12-stable/sys/powerpc/include/
H A Dpio.h280 #define outsw(a,s,c) (__outsw((volatile u_int16_t *)(a), s, c)) macro
281 #define outs16(a,s,c) outsw(a,s,c)
/freebsd-12-stable/sys/arm/arm/
H A Dblockio.S216 ENTRY(outsw)
227 /* Non aligned outsw */
240 /* Word aligned outsw */
267 END(outsw)
347 bne _C_LABEL(outsw)
349 /* Word aligned outsw */
513 bne _C_LABEL(outsw)
515 /* Word aligned outsw */
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c52 { outsw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h325 outsw(u_int port, const void *addr, size_t count) function
327 __asm __volatile("cld; rep; outsw"
796 void outsw(u_int port, const void *addr, size_t count);
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c52 { outsw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c51 { outsw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h295 outsw(u_int port, const void *addr, size_t count) function
297 __asm __volatile("cld; rep; outsw"
1025 void outsw(u_int port, const void *addr, size_t count);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dbus_machdep.c353 outsw(__ppc_ba(bsh, ofs), addr, cnt);
/freebsd-12-stable/sys/x86/include/
H A Dbus.h579 outsw(bsh + offset, addr, count);

Completed in 220 milliseconds