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

/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c42 HPT_U32 os_inl (void *port) { return inl((unsigned)(HPT_UPTR)port); } function
H A Dhptrr_config.h126 #define os_inl hptrr_os_inl macro
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c42 HPT_U32 os_inl (void *port) { return inl((unsigned)(HPT_UPTR)port); } function
H A Dhpt27xx_config.h130 #define os_inl hpt27xx_os_inl macro
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c41 HPT_U32 os_inl (void *port) { return inl((unsigned)(HPT_UPTR)port); } function
H A Dhptnr_config.h125 #define os_inl hptnr_os_inl macro

Completed in 185 milliseconds