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

/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c469 uint16_t vheads, vspt, vcylinders; local
537 vspt = cdemu->vdevice.spt;
557 if ((sector > vspt)
571 vlba=((((uint32_t)cylinder*(uint32_t)vheads)+(uint32_t)head)*(uint32_t)vspt)+((uint32_t)(sector-1));
610 vspt = cdemu->vdevice.spt;
617 SET_CL((( vcylinders >> 2) & 0xc0) | ( vspt & 0x3f ));

Completed in 54 milliseconds