Home
last modified time | relevance | path

Searched defs:os_outw (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/raid/hptrr/
H A Dhptrr_config.h132 #define os_outw hptrr_os_outw macro
H A Dhptrr_os_bsd.c43 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } in os_outw() function
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_config.h136 #define os_outw hpt27xx_os_outw macro
H A Dhpt27xx_os_bsd.c39 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); } in os_outw() function