Searched refs:os_inb (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_config.h129 #define os_inb hpt27xx_os_inb macro
H A Dosm.h129 HPT_U8 os_inb (void *port);
H A Dhpt27xx_os_bsd.c40 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } function
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_config.h124 #define os_inb hptnr_os_inb macro
H A Dosm.h127 HPT_U8 os_inb (void *port);
H A Dhptnr_os_bsd.c39 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } function
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_config.h125 #define os_inb hptrr_os_inb macro
H A Dhptrr_os_bsd.c40 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } function
H A Dosm.h97 HPT_U8 os_inb (void *port);

Completed in 121 milliseconds