Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptrr/
H A Dhptrr_config.h126 #define os_inw hptrr_os_inw macro
H A Dhptrr_os_bsd.c39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw() function
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_config.h130 #define os_inw hpt27xx_os_inw macro
H A Dhpt27xx_os_bsd.c35 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw() function