Home
last modified time | relevance | path

Searched refs:os_outl (Results 1 – 9 of 9) sorted by relevance

/src/sys/dev/hptnr/
H A Dhptnr_config.h129 #define os_outl hptnr_os_outl macro
H A Dosm.h130 void os_outl (void *port, HPT_U32 value);
H A Dhptnr_os_bsd.c43 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } in os_outl() function
/src/sys/dev/hptrr/
H A Dhptrr_config.h130 #define os_outl hptrr_os_outl macro
H A Dosm.h100 void os_outl (void *port, HPT_U32 value);
H A Dhptrr_os_bsd.c44 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } in os_outl() function
/src/sys/dev/hpt27xx/
H A Dhpt27xx_config.h134 #define os_outl hpt27xx_os_outl macro
H A Dosm.h132 void os_outl (void *port, HPT_U32 value);
H A Dhpt27xx_os_bsd.c44 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } in os_outl() function