Searched defs:os_outw (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c45 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhptrr_config.h134 #define os_outw hptrr_os_outw macro
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c45 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhpt27xx_config.h138 #define os_outw hpt27xx_os_outw macro
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c44 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhptnr_config.h133 #define os_outw hptnr_os_outw macro

Completed in 119 milliseconds