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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dscsi.c35 #define BUSLOGIC_BIOS_IO_PORT 0x430 macro
615 outb(BUSLOGIC_BIOS_IO_PORT+VBSCSI_REGISTER_IDENTIFY, 0x55);
616 identifier = inb(BUSLOGIC_BIOS_IO_PORT+VBSCSI_REGISTER_IDENTIFY);
622 outb(BUSLOGIC_BIOS_IO_PORT+VBSCSI_REGISTER_RESET, 0);
623 scsi_enumerate_attached_devices(BUSLOGIC_BIOS_IO_PORT);
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp64 #define BUSLOGIC_BIOS_IO_PORT 0x430 macro
2532 rc = vboxscsiReadRegister(&pBusLogic->VBoxSCSI, (Port - BUSLOGIC_BIOS_IO_PORT), pu32);
2535 // __FUNCTION__, pu32, 1, pu32, (Port - BUSLOGIC_BIOS_IO_PORT), rc));
2561 rc = vboxscsiWriteRegister(&pBusLogic->VBoxSCSI, (Port - BUSLOGIC_BIOS_IO_PORT), (uint8_t)u32);
2586 rc = vboxscsiWriteString(pDevIns, &pBusLogic->VBoxSCSI, (Port - BUSLOGIC_BIOS_IO_PORT),
2611 return vboxscsiReadString(pDevIns, &pBusLogic->VBoxSCSI, (Port - BUSLOGIC_BIOS_IO_PORT),
3983 rc = PDMDevHlpIOPortRegister(pDevIns, BUSLOGIC_BIOS_IO_PORT, 4, NULL,

Completed in 55 milliseconds