Searched refs:LSILOGIC_BIOS_IO_PORT (Results 1 - 3 of 3) 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.cpp3758 ? Port - LSILOGIC_BIOS_IO_PORT
3835 ? Port - LSILOGIC_BIOS_IO_PORT
3860 ? Port - LSILOGIC_BIOS_IO_PORT
3887 ? Port - LSILOGIC_BIOS_IO_PORT
5554 rc = PDMDevHlpIOPortRegister(pDevIns, LSILOGIC_BIOS_IO_PORT, 4, NULL,
H A DDevLsiLogicSCSI.h27 #define LSILOGIC_BIOS_IO_PORT 0x434 macro

Completed in 756 milliseconds