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

/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhptrr_config.h132 #define os_outw hptrr_os_outw macro
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhpt27xx_config.h136 #define os_outw hpt27xx_os_outw macro
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c42 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhptnr_config.h131 #define os_outw hptnr_os_outw macro

Completed in 75 milliseconds