Home | History | Annotate | Download | only in bios

Lines Matching full:vcylinders

6050   Bit16u vheads, vspt, vcylinders;
6107 vcylinders = read_word(ebda_seg,&EbdaData->cdemu.vdevice.cylinders);
6124 || (cylinder >= vcylinders)
6168 vcylinders=read_word(ebda_seg,&EbdaData->cdemu.vdevice.cylinders) - 1;
6173 SET_CH( vcylinders & 0xff );
6174 SET_CL((( vcylinders >> 2) & 0xc0) | ( vspt & 0x3f ));