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

/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c469 uint16_t vheads, vspt, vcylinders; local
538 vcylinders = cdemu->vdevice.cylinders;
558 || (cylinder >= vcylinders)
611 vcylinders = cdemu->vdevice.cylinders - 1;
616 SET_CH( vcylinders & 0xff );
617 SET_CL((( vcylinders >> 2) & 0xc0) | ( vspt & 0x3f ));

Completed in 95 milliseconds