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

/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c469 uint16_t vheads, vspt, vcylinders; local
539 vheads = cdemu->vdevice.heads;
559 || (head >= vheads)) {
571 vlba=((((uint32_t)cylinder*(uint32_t)vheads)+(uint32_t)head)*(uint32_t)vspt)+((uint32_t)(sector-1));
612 vheads = cdemu->vdevice.heads - 1;
618 SET_DH( vheads );

Completed in 1446 milliseconds