Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptrr/
H A Dhptrr_config.h130 #define os_outl hptrr_os_outl macro
H A Dhptrr_os_bsd.c44 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } in os_outl() function
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_config.h134 #define os_outl hpt27xx_os_outl macro
H A Dhpt27xx_os_bsd.c40 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } in os_outl() function