Home
last modified time | relevance | path

Searched defs:os_inb (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_config.h127 #define os_inb hpt27xx_os_inb macro
H A Dhpt27xx_os_bsd.c38 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } in os_inb() function
/freebsd/sys/dev/hptnr/
H A Dhptnr_config.h122 #define os_inb hptnr_os_inb macro
H A Dhptnr_os_bsd.c37 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } in os_inb() function
/freebsd/sys/dev/hptrr/
H A Dhptrr_config.h123 #define os_inb hptrr_os_inb macro
H A Dhptrr_os_bsd.c38 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } in os_inb() function