Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hptrr/
Dhptrr_config.h126 #define os_inw hptrr_os_inw macro
Dosm.h96 HPT_U16 os_inw (void *port);
Dhptrr_os_bsd.c39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw() function
/freebsd-10-stable/sys/dev/hptnr/
Dhptnr_config.h125 #define os_inw hptnr_os_inw macro
Dosm.h126 HPT_U16 os_inw (void *port);
Dhptnr_os_bsd.c38 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw() function
/freebsd-10-stable/sys/dev/hpt27xx/
Dhpt27xx_config.h130 #define os_inw hpt27xx_os_inw macro
Dosm.h128 HPT_U16 os_inw (void *port);
Dhpt27xx_os_bsd.c39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw() function