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

/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c46 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhptrr_config.h132 #define os_outl hptrr_os_outl macro
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c46 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhpt27xx_config.h136 #define os_outl hpt27xx_os_outl macro
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c45 void os_outl (void *port, HPT_U32 value) { outl((unsigned)(HPT_UPTR)port, (value)); } function
H A Dhptnr_config.h131 #define os_outl hptnr_os_outl macro

Completed in 116 milliseconds