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

/vbox/src/VBox/Devices/PC/BIOS/
H A Ddisk.c126 uint16_t nlc, nlh, nlspt; local
190 nlspt = bios_dsk->devices[device].lchs.spt;
193 if( (cylinder >= nlc) || (head >= nlh) || (sector > nlspt )) {
204 if (( (bios_dsk->devices[device].pchs.heads != nlh) || (bios_dsk->devices[device].pchs.spt != nlspt)) || VBOX_IS_SCSI_DEVICE(device)) {
205 lba = ((((uint32_t)cylinder * (uint32_t)nlh) + (uint32_t)head) * (uint32_t)nlspt) + (uint32_t)sector - 1;
251 nlspt = bios_dsk->devices[device].lchs.spt;
258 SET_CL(((nlc >> 2) & 0xc0) | (nlspt & 0x3f));

Completed in 1636 milliseconds