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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dahci.c670 uint8_t hdcount, devcount_ahci, hd_index; local
677 devcount_ahci = bios_dsk->ahci_devcnt;
682 if (devcount_ahci < BX_MAX_AHCI_DEVICES)
707 hd_index = devcount_ahci + BX_MAX_ATA_DEVICES + BX_MAX_SCSI_DEVICES;
721 bios_dsk->ahcidev[devcount_ahci].port = u8Port;
735 switch (devcount_ahci)
761 BX_INFO("AHCI %d-P#%d: PCHS=%u/%u/%u LCHS=%u/%u/%u %lu sectors\n", devcount_ahci,
768 bios_dsk->hdidmap[hdcount] = devcount_ahci + BX_MAX_ATA_DEVICES + BX_MAX_SCSI_DEVICES;
789 hd_index = devcount_ahci + BX_MAX_ATA_DEVICES + BX_MAX_SCSI_DEVICES;
793 bios_dsk->ahcidev[devcount_ahci]
[all...]

Completed in 35 milliseconds