Searched refs:LSILOGIC_SAS_BIOS_IO_PORT (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dscsi.c39 #define LSILOGIC_SAS_BIOS_IO_PORT 0x438 macro
647 outb(LSILOGIC_SAS_BIOS_IO_PORT+VBSCSI_REGISTER_IDENTIFY, 0x55);
648 identifier = inb(LSILOGIC_SAS_BIOS_IO_PORT+VBSCSI_REGISTER_IDENTIFY);
654 outb(LSILOGIC_SAS_BIOS_IO_PORT+VBSCSI_REGISTER_RESET, 0);
655 scsi_enumerate_attached_devices(LSILOGIC_SAS_BIOS_IO_PORT);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp3759 : Port - LSILOGIC_SAS_BIOS_IO_PORT;
3836 : Port - LSILOGIC_SAS_BIOS_IO_PORT;
3861 : Port - LSILOGIC_SAS_BIOS_IO_PORT;
3888 : Port - LSILOGIC_SAS_BIOS_IO_PORT;
5559 rc = PDMDevHlpIOPortRegister(pDevIns, LSILOGIC_SAS_BIOS_IO_PORT, 4, NULL,
H A DDevLsiLogicSCSI.h28 #define LSILOGIC_SAS_BIOS_IO_PORT 0x438 macro

Completed in 106 milliseconds