Searched defs:LSILOGIC_BIOS_IO_PORT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dscsi.c37 #define LSILOGIC_BIOS_IO_PORT 0x434 macro
631 outb(LSILOGIC_BIOS_IO_PORT+VBSCSI_REGISTER_IDENTIFY, 0x55);
632 identifier = inb(LSILOGIC_BIOS_IO_PORT+VBSCSI_REGISTER_IDENTIFY);
638 outb(LSILOGIC_BIOS_IO_PORT+VBSCSI_REGISTER_RESET, 0);
639 scsi_enumerate_attached_devices(LSILOGIC_BIOS_IO_PORT);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h27 #define LSILOGIC_BIOS_IO_PORT 0x434 macro

Completed in 61 milliseconds